static CreateStateMachineRequest.Builder |
CreateStateMachineRequest.builder() |
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.definition(String definition) |
The Amazon States Language definition of the state machine.
|
default CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) |
Settings to configure server-side encryption.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) |
Settings to configure server-side encryption.
|
default CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) |
Defines what execution history events are logged and where they are logged.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) |
Defines what execution history events are logged and where they are logged.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.name(String name) |
The name of the state machine.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.publish(Boolean publish) |
Set to true to publish the first version of the state machine during creation.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.tags(Collection<Tag> tags) |
Tags to be added when creating a state machine.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to be added when creating a state machine.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.tags(Tag... tags) |
Tags to be added when creating a state machine.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.toBuilder() |
|
default CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration) |
Selects whether X-Ray tracing is enabled.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.tracingConfiguration(TracingConfiguration tracingConfiguration) |
Selects whether X-Ray tracing is enabled.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.type(String type) |
Determines whether a Standard or Express state machine is created.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.type(StateMachineType type) |
Determines whether a Standard or Express state machine is created.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.versionDescription(String versionDescription) |
Sets description about the state machine version.
|