| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.builder() |
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.definition(String definition)
The Amazon States Language definition of the state machine.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.label(String label)
A user-defined or an auto-generated string that identifies a
Map state. |
default DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of the Map Run that started the child workflow execution.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.name(String name)
The name of the state machine associated with the execution.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine associated with the execution.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.toBuilder() |
default DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration)
Selects whether X-Ray tracing is enabled.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.tracingConfiguration(TracingConfiguration tracingConfiguration)
Selects whether X-Ray tracing is enabled.
|
DescribeStateMachineForExecutionResponse.Builder |
DescribeStateMachineForExecutionResponse.Builder.updateDate(Instant updateDate)
The date and time the state machine associated with an execution was updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeStateMachineForExecutionResponse.Builder> |
DescribeStateMachineForExecutionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.