| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeExecutionResponse.Builder |
DescribeExecutionResponse.builder() |
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.input(String input)
The string that contains the JSON input data of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.name(String name)
The name of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.output(String output)
The JSON output data of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.startDate(Instant startDate)
The date the execution is started.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed stated machine.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.status(ExecutionStatus status)
The current status of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.status(String status)
The current status of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.stopDate(Instant stopDate)
If the execution has already ended, the date the execution stopped.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeExecutionResponse.Builder> |
DescribeExecutionResponse.serializableBuilderClass() |
Copyright © 2018. All rights reserved.