Class CfnPlanPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts.CfnPlanPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlanPropsMixin>
- Enclosing class:
CfnPlanPropsMixin
@Stability(Stable)
public static final class CfnPlanPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlanPropsMixin>
A fluent builder for
CfnPlanPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The Amazon Resource Name (ARN) of the contact.static CfnPlanPropsMixin.Buildercreate()static CfnPlanPropsMixin.Buildercreate(CfnPropertyMixinOptions options) rotationIds(List<String> rotationIds) The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.stages(IResolvable stages) A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPlanPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPlanPropsMixin.Builder.
-
contactId
The Amazon Resource Name (ARN) of the contact.- Parameters:
contactId- The Amazon Resource Name (ARN) of the contact. This parameter is required.- Returns:
this- See Also:
-
rotationIds
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.- Parameters:
rotationIds- The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan. This parameter is required.- Returns:
this- See Also:
-
stages
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.- Parameters:
stages- A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods. This parameter is required.- Returns:
this- See Also:
-
stages
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.- Parameters:
stages- A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlanPropsMixin>- Returns:
- a newly built instance of
CfnPlanPropsMixin.
-