Uses of Interface
software.amazon.awssdk.services.sfn.model.UpdateStateMachineResponse.Builder
Packages that use UpdateStateMachineResponse.Builder
-
Uses of UpdateStateMachineResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return UpdateStateMachineResponse.BuilderModifier and TypeMethodDescriptionUpdateStateMachineResponse.builder()UpdateStateMachineResponse.Builder.revisionId(String revisionId) The revision identifier for the updated state machine.UpdateStateMachineResponse.Builder.stateMachineVersionArn(String stateMachineVersionArn) The Amazon Resource Name (ARN) of the published state machine version.UpdateStateMachineResponse.toBuilder()UpdateStateMachineResponse.Builder.updateDate(Instant updateDate) The date and time the state machine was updated.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type UpdateStateMachineResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateStateMachineResponse.Builder>UpdateStateMachineResponse.serializableBuilderClass()