Uses of Interface
software.amazon.awssdk.services.sfn.model.StateMachineVersionListItem.Builder
-
Packages that use StateMachineVersionListItem.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of StateMachineVersionListItem.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StateMachineVersionListItem.Builder Modifier and Type Method Description static StateMachineVersionListItem.BuilderStateMachineVersionListItem. builder()StateMachineVersionListItem.BuilderStateMachineVersionListItem.Builder. creationDate(Instant creationDate)The creation date of a state machine version.StateMachineVersionListItem.BuilderStateMachineVersionListItem.Builder. stateMachineVersionArn(String stateMachineVersionArn)The Amazon Resource Name (ARN) that identifies a state machine version.StateMachineVersionListItem.BuilderStateMachineVersionListItem. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type StateMachineVersionListItem.Builder Modifier and Type Method Description static Class<? extends StateMachineVersionListItem.Builder>StateMachineVersionListItem. serializableBuilderClass()
-