| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionListItem.Builder |
ExecutionListItem.builder() |
ExecutionListItem.Builder |
ExecutionListItem.Builder.executionArn(String executionArn)
The Amazon Resource Name (ARN) that id entifies the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.name(String name)
The name of the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.startDate(Instant startDate)
The date the execution started.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed state machine.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.status(ExecutionStatus status)
The current status of the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.status(String status)
The current status of the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.stopDate(Instant stopDate)
If the execution already ended, the date the execution stopped.
|
ExecutionListItem.Builder |
ExecutionListItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecutionListItem.Builder> |
ExecutionListItem.serializableBuilderClass() |
Copyright © 2020. All rights reserved.