public static interface StateMachineAliasListItem.Builder extends SdkPojo, CopyableBuilder<StateMachineAliasListItem.Builder,StateMachineAliasListItem>
| Modifier and Type | Method and Description |
|---|---|
StateMachineAliasListItem.Builder |
creationDate(Instant creationDate)
The creation date of a state machine alias.
|
StateMachineAliasListItem.Builder |
stateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies a state machine alias.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStateMachineAliasListItem.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.
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.StateMachineAliasListItem.Builder creationDate(Instant creationDate)
The creation date of a state machine alias.
creationDate - The creation date of a state machine alias.Copyright © 2023. All rights reserved.