Interface StateMachineAliasListItem.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StateMachineAliasListItem.Builder,,StateMachineAliasListItem> SdkBuilder<StateMachineAliasListItem.Builder,,StateMachineAliasListItem> SdkPojo
- Enclosing class:
 StateMachineAliasListItem
public static interface StateMachineAliasListItem.Builder
extends SdkPojo, CopyableBuilder<StateMachineAliasListItem.Builder,StateMachineAliasListItem> 
- 
Method Summary
Modifier and TypeMethodDescriptioncreationDate(Instant creationDate) The creation date of a state machine alias.stateMachineAliasArn(String stateMachineAliasArn) The Amazon Resource Name (ARN) that identifies a state machine alias.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
stateMachineAliasArn
The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example,
stateMachineARN:PROD.- Parameters:
 stateMachineAliasArn- The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example,stateMachineARN:PROD.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
creationDate
The creation date of a state machine alias.
- Parameters:
 creationDate- The creation date of a state machine alias.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -