Interface StateMachineVersionListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StateMachineVersionListItem.Builder,StateMachineVersionListItem>,SdkBuilder<StateMachineVersionListItem.Builder,StateMachineVersionListItem>,SdkPojo
- Enclosing class:
- StateMachineVersionListItem
public static interface StateMachineVersionListItem.Builder extends SdkPojo, CopyableBuilder<StateMachineVersionListItem.Builder,StateMachineVersionListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateMachineVersionListItem.BuildercreationDate(Instant creationDate)The creation date of a state machine version.StateMachineVersionListItem.BuilderstateMachineVersionArn(String stateMachineVersionArn)The Amazon Resource Name (ARN) that identifies a state machine version.-
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
-
stateMachineVersionArn
StateMachineVersionListItem.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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
StateMachineVersionListItem.Builder creationDate(Instant creationDate)
The creation date of a state machine version.
- Parameters:
creationDate- The creation date of a state machine version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-