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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateMachineAliasListItem.BuildercreationDate(Instant creationDate)The creation date of a state machine alias.StateMachineAliasListItem.BuilderstateMachineAliasArn(String stateMachineAliasArn)The Amazon Resource Name (ARN) that identifies a state machine alias.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
stateMachineAliasArn
StateMachineAliasListItem.Builder stateMachineAliasArn(String 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
StateMachineAliasListItem.Builder creationDate(Instant 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.
-
-