Class CfnUserJourneyMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.CfnUserJourneyMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserJourneyMixinProps>
- Enclosing interface:
CfnUserJourneyMixinProps
@Stability(Stable)
public static final class CfnUserJourneyMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserJourneyMixinProps>
A builder for
CfnUserJourneyMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnUserJourneyMixinProps.getDescription()Sets the value ofCfnUserJourneyMixinProps.getName()Sets the value ofCfnUserJourneyMixinProps.getPolicyArn()systemIdentifier(String systemIdentifier) Sets the value ofCfnUserJourneyMixinProps.getSystemIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnUserJourneyMixinProps.getDescription()- Parameters:
description- The description of the user journey.- Returns:
this
-
name
Sets the value ofCfnUserJourneyMixinProps.getName()- Parameters:
name- The name of the user journey.- Returns:
this
-
policyArn
Sets the value ofCfnUserJourneyMixinProps.getPolicyArn()- Parameters:
policyArn- The ARN of the resilience policy to associate with this user journey.- Returns:
this
-
systemIdentifier
@Stability(Stable) public CfnUserJourneyMixinProps.Builder systemIdentifier(String systemIdentifier) Sets the value ofCfnUserJourneyMixinProps.getSystemIdentifier()- Parameters:
systemIdentifier- The system ARN or system ID that owns this user journey.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserJourneyMixinProps>- Returns:
- a new instance of
CfnUserJourneyMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-