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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.stateMachineAliasArn
(String stateMachineAliasArn) Sets the value ofStateMachineAliasReference.getStateMachineAliasArn()
-
Constructor Details
-
Builder
public 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
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<StateMachineAliasReference>
- Returns:
- a new instance of
StateMachineAliasReference
- Throws:
NullPointerException
- if any required attribute was not provided
-