static ListedExecution.Builder |
ListedExecution.builder() |
|
ListedExecution.Builder |
ListedExecution.Builder.executionId(String executionId) |
A unique identifier for the execution of a workflow.
|
default ListedExecution.Builder |
ListedExecution.Builder.initialFileLocation(Consumer<FileLocation.Builder> initialFileLocation) |
A structure that describes the Amazon S3 or EFS file location.
|
ListedExecution.Builder |
ListedExecution.Builder.initialFileLocation(FileLocation initialFileLocation) |
A structure that describes the Amazon S3 or EFS file location.
|
default ListedExecution.Builder |
ListedExecution.Builder.serviceMetadata(Consumer<ServiceMetadata.Builder> serviceMetadata) |
A container object for the session details that are associated with a workflow.
|
ListedExecution.Builder |
ListedExecution.Builder.serviceMetadata(ServiceMetadata serviceMetadata) |
A container object for the session details that are associated with a workflow.
|
ListedExecution.Builder |
ListedExecution.Builder.status(String status) |
The status is one of the execution.
|
ListedExecution.Builder |
ListedExecution.Builder.status(ExecutionStatus status) |
The status is one of the execution.
|
ListedExecution.Builder |
ListedExecution.toBuilder() |
|