| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateStateMachineResponse |
SfnClient.createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest)
Creates a state machine.
|
default CompletableFuture<CreateStateMachineResponse> |
SfnAsyncClient.createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest)
Creates a state machine.
|
| Modifier and Type | Method and Description |
|---|---|
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.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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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(StateMachineType type)
Determines whether a Standard or Express state machine is created.
|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.type(String type)
Determines whether a Standard or Express state machine is created.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateStateMachineRequest.Builder> |
CreateStateMachineRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.