Uses of Interface
software.amazon.awssdk.services.sfn.model.UpdateStateMachineRequest.Builder
Packages that use UpdateStateMachineRequest.Builder
Package
Description
-
Uses of UpdateStateMachineRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type UpdateStateMachineRequest.BuilderModifier and TypeMethodDescriptionSfnAsyncClient.updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> updateStateMachineRequest) Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration.default UpdateStateMachineResponseSfnClient.updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> updateStateMachineRequest) Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration. -
Uses of UpdateStateMachineRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return UpdateStateMachineRequest.BuilderModifier and TypeMethodDescriptionUpdateStateMachineRequest.builder()UpdateStateMachineRequest.Builder.definition(String definition) The Amazon States Language definition of the state machine.UpdateStateMachineRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) Settings to configure server-side encryption.UpdateStateMachineRequest.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) Settings to configure server-side encryption.UpdateStateMachineRequest.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Use theLoggingConfigurationdata type to set CloudWatch Logs options.UpdateStateMachineRequest.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) Use theLoggingConfigurationdata type to set CloudWatch Logs options.UpdateStateMachineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateStateMachineRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Specifies whether the state machine version is published.The Amazon Resource Name (ARN) of the IAM role of the state machine.UpdateStateMachineRequest.Builder.stateMachineArn(String stateMachineArn) The Amazon Resource Name (ARN) of the state machine.UpdateStateMachineRequest.toBuilder()UpdateStateMachineRequest.Builder.tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration) Selects whether X-Ray tracing is enabled.UpdateStateMachineRequest.Builder.tracingConfiguration(TracingConfiguration tracingConfiguration) Selects whether X-Ray tracing is enabled.UpdateStateMachineRequest.Builder.versionDescription(String versionDescription) An optional description of the state machine version to publish.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type UpdateStateMachineRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateStateMachineRequest.Builder>UpdateStateMachineRequest.serializableBuilderClass()