Class StateMachineAliasReference.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.StateMachineAliasReference.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<StateMachineAliasReference>
- Enclosing interface:
- StateMachineAliasReference
@Stability(Stable)
public static final class StateMachineAliasReference.Builder
extends Object
implements software.amazon.jsii.Builder<StateMachineAliasReference>
A builder for 
StateMachineAliasReference- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.stateMachineAliasArn(String stateMachineAliasArn) Sets the value ofStateMachineAliasReference.getStateMachineAliasArn()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
stateMachineAliasArn@Stability(Stable) public StateMachineAliasReference.Builder stateMachineAliasArn(String stateMachineAliasArn) Sets the value ofStateMachineAliasReference.getStateMachineAliasArn()- Parameters:
- stateMachineAliasArn- The Arn of the StateMachineAlias resource. This parameter is required.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<StateMachineAliasReference>
- Returns:
- a new instance of StateMachineAliasReference
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-