public static interface StateMachineVersionListItem.Builder extends SdkPojo, CopyableBuilder<StateMachineVersionListItem.Builder,StateMachineVersionListItem>
| Modifier and Type | Method and Description |
|---|---|
StateMachineVersionListItem.Builder |
creationDate(Instant creationDate)
The creation date of a state machine version.
|
StateMachineVersionListItem.Builder |
stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStateMachineVersionListItem.Builder stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version. The version ARN is a combination of
state machine ARN and the version number separated by a colon (:). For example,
stateMachineARN:1.
stateMachineVersionArn - The Amazon Resource Name (ARN) that identifies a state machine version. The version ARN is a
combination of state machine ARN and the version number separated by a colon (:). For example,
stateMachineARN:1.StateMachineVersionListItem.Builder creationDate(Instant creationDate)
The creation date of a state machine version.
creationDate - The creation date of a state machine version.Copyright © 2023. All rights reserved.