Class CfnUserJourney.Builder
java.lang.Object
software.amazon.awscdk.services.resiliencehubv2.CfnUserJourney.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserJourney>
- Enclosing class:
CfnUserJourney
@Stability(Stable)
public static final class CfnUserJourney.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserJourney>
A fluent builder for
CfnUserJourney.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnUserJourney.Builderdescription(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 CfnUserJourney.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnUserJourney.Builder.
-
name
The name of the user journey.- Parameters:
name- The name of the user journey. This parameter is required.- Returns:
this- See Also:
-
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:
-
description
The description of the user journey.- Parameters:
description- The description 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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserJourney>- Returns:
- a newly built instance of
CfnUserJourney.
-