Class CfnUserJourneyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.CfnUserJourneyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserJourneyPropsMixin>
- Enclosing class:
CfnUserJourneyPropsMixin
@Stability(Stable)
public static final class CfnUserJourneyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserJourneyPropsMixin>
A fluent builder for
CfnUserJourneyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the user journey.The name of the user journey.The ARN of the resilience policy to associate with this user journey.systemIdentifier(String systemIdentifier) The system ARN or system ID that owns this user journey.
-
Method Details
-
create
@Stability(Stable) public static CfnUserJourneyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnUserJourneyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnUserJourneyPropsMixin.Builder.
-
description
The description of the user journey.- Parameters:
description- The description of the user journey. This parameter is required.- Returns:
this- See Also:
-
name
The name of the user journey.- Parameters:
name- The name of the user journey. This parameter is required.- Returns:
this- See Also:
-
policyArn
The ARN of the resilience policy to associate with this user journey.- Parameters:
policyArn- The ARN of the resilience policy to associate with this user journey. This parameter is required.- Returns:
this- See Also:
-
systemIdentifier
@Stability(Stable) public CfnUserJourneyPropsMixin.Builder systemIdentifier(String systemIdentifier) The system ARN or system ID that owns this user journey.- Parameters:
systemIdentifier- The system ARN or system ID that owns this user journey. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserJourneyPropsMixin>- Returns:
- a newly built instance of
CfnUserJourneyPropsMixin.
-