public static interface ListedExecution.Builder extends SdkPojo, CopyableBuilder<ListedExecution.Builder,ListedExecution>
| Modifier and Type | Method and Description |
|---|---|
ListedExecution.Builder |
executionId(String executionId)
A unique identifier for the execution of a workflow.
|
default ListedExecution.Builder |
initialFileLocation(Consumer<FileLocation.Builder> initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
ListedExecution.Builder |
initialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
default ListedExecution.Builder |
serviceMetadata(Consumer<ServiceMetadata.Builder> serviceMetadata)
A container object for the session details that are associated with a workflow.
|
ListedExecution.Builder |
serviceMetadata(ServiceMetadata serviceMetadata)
A container object for the session details that are associated with a workflow.
|
ListedExecution.Builder |
status(ExecutionStatus status)
The status is one of the execution.
|
ListedExecution.Builder |
status(String status)
The status is one of the execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedExecution.Builder executionId(String executionId)
A unique identifier for the execution of a workflow.
executionId - A unique identifier for the execution of a workflow.ListedExecution.Builder initialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.
initialFileLocation - A structure that describes the Amazon S3 or EFS file location. This is the file location when the
execution begins: if the file is being copied, this is the initial (as opposed to destination) file
location.default ListedExecution.Builder initialFileLocation(Consumer<FileLocation.Builder> initialFileLocation)
A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.
This is a convenience method that creates an instance of theFileLocation.Builder avoiding the need
to create one manually via FileLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to initialFileLocation(FileLocation).
initialFileLocation - a consumer that will call methods on FileLocation.BuilderinitialFileLocation(FileLocation)ListedExecution.Builder serviceMetadata(ServiceMetadata serviceMetadata)
A container object for the session details that are associated with a workflow.
serviceMetadata - A container object for the session details that are associated with a workflow.default ListedExecution.Builder serviceMetadata(Consumer<ServiceMetadata.Builder> serviceMetadata)
A container object for the session details that are associated with a workflow.
This is a convenience method that creates an instance of theServiceMetadata.Builder avoiding the
need to create one manually via ServiceMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to serviceMetadata(ServiceMetadata).
serviceMetadata - a consumer that will call methods on ServiceMetadata.BuilderserviceMetadata(ServiceMetadata)ListedExecution.Builder status(String status)
The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
status - The status is one of the execution. Can be in progress, completed, exception encountered, or handling
the exception.ExecutionStatus,
ExecutionStatusListedExecution.Builder status(ExecutionStatus status)
The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
status - The status is one of the execution. Can be in progress, completed, exception encountered, or handling
the exception.ExecutionStatus,
ExecutionStatusCopyright © 2023. All rights reserved.