Uses of Interface
software.amazon.awssdk.services.sfn.model.CreateStateMachineRequest.Builder
Packages that use CreateStateMachineRequest.Builder
Package
Description
-
Uses of CreateStateMachineRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type CreateStateMachineRequest.BuilderModifier and TypeMethodDescriptionSfnAsyncClient.createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest) Creates a state machine.default CreateStateMachineResponseSfnClient.createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest) Creates a state machine. -
Uses of CreateStateMachineRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return CreateStateMachineRequest.BuilderModifier and TypeMethodDescriptionCreateStateMachineRequest.builder()CreateStateMachineRequest.Builder.definition(String definition) The Amazon States Language definition of the state machine.CreateStateMachineRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) Settings to configure server-side encryption.CreateStateMachineRequest.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) Settings to configure server-side encryption.CreateStateMachineRequest.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Defines what execution history events are logged and where they are logged.CreateStateMachineRequest.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) Defines what execution history events are logged and where they are logged.The name of the state machine.CreateStateMachineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateStateMachineRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Set totrueto publish the first version of the state machine during creation.The Amazon Resource Name (ARN) of the IAM role to use for this state machine.CreateStateMachineRequest.Builder.tags(Collection<Tag> tags) Tags to be added when creating a state machine.CreateStateMachineRequest.Builder.tags(Consumer<Tag.Builder>... tags) Tags to be added when creating a state machine.Tags to be added when creating a state machine.CreateStateMachineRequest.toBuilder()CreateStateMachineRequest.Builder.tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration) Selects whether X-Ray tracing is enabled.CreateStateMachineRequest.Builder.tracingConfiguration(TracingConfiguration tracingConfiguration) Selects whether X-Ray tracing is enabled.Determines whether a Standard or Express state machine is created.CreateStateMachineRequest.Builder.type(StateMachineType type) Determines whether a Standard or Express state machine is created.CreateStateMachineRequest.Builder.versionDescription(String versionDescription) Sets description about the state machine version.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type CreateStateMachineRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateStateMachineRequest.Builder>CreateStateMachineRequest.serializableBuilderClass()