public static interface DescribedExecution.Builder extends SdkPojo, CopyableBuilder<DescribedExecution.Builder,DescribedExecution>
| Modifier and Type | Method and Description |
|---|---|
DescribedExecution.Builder |
executionId(String executionId)
A unique identifier for the execution of a workflow.
|
DescribedExecution.Builder |
executionRole(String executionRole)
The IAM role associated with the execution.
|
default DescribedExecution.Builder |
initialFileLocation(Consumer<FileLocation.Builder> initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
DescribedExecution.Builder |
initialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
default DescribedExecution.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The IAM logging role associated with the execution.
|
DescribedExecution.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
The IAM logging role associated with the execution.
|
default DescribedExecution.Builder |
posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Sets the value of the PosixProfile property for this object.
|
DescribedExecution.Builder |
posixProfile(PosixProfile posixProfile)
Sets the value of the PosixProfile property for this object.
|
default DescribedExecution.Builder |
results(Consumer<ExecutionResults.Builder> results)
A structure that describes the execution results.
|
DescribedExecution.Builder |
results(ExecutionResults results)
A structure that describes the execution results.
|
default DescribedExecution.Builder |
serviceMetadata(Consumer<ServiceMetadata.Builder> serviceMetadata)
A container object for the session details that are associated with a workflow.
|
DescribedExecution.Builder |
serviceMetadata(ServiceMetadata serviceMetadata)
A container object for the session details that are associated with a workflow.
|
DescribedExecution.Builder |
status(ExecutionStatus status)
The status is one of the execution.
|
DescribedExecution.Builder |
status(String status)
The status is one of the execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribedExecution.Builder executionId(String executionId)
A unique identifier for the execution of a workflow.
executionId - A unique identifier for the execution of a workflow.DescribedExecution.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 DescribedExecution.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)DescribedExecution.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 DescribedExecution.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)DescribedExecution.Builder executionRole(String executionRole)
The IAM role associated with the execution.
executionRole - The IAM role associated with the execution.DescribedExecution.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
The IAM logging role associated with the execution.
loggingConfiguration - The IAM logging role associated with the execution.default DescribedExecution.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The IAM logging role associated with the execution.
This is a convenience method that creates an instance of theLoggingConfiguration.Builder avoiding
the need to create one manually via LoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loggingConfiguration(LoggingConfiguration).
loggingConfiguration - a consumer that will call methods on LoggingConfiguration.BuilderloggingConfiguration(LoggingConfiguration)DescribedExecution.Builder posixProfile(PosixProfile posixProfile)
posixProfile - The new value for the PosixProfile property for this object.default DescribedExecution.Builder posixProfile(Consumer<PosixProfile.Builder> posixProfile)
PosixProfile.Builder avoiding the need
to create one manually via PosixProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to posixProfile(PosixProfile).
posixProfile - a consumer that will call methods on PosixProfile.BuilderposixProfile(PosixProfile)DescribedExecution.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,
ExecutionStatusDescribedExecution.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,
ExecutionStatusDescribedExecution.Builder results(ExecutionResults results)
A structure that describes the execution results. This includes a list of the steps along with the details of
each step, error type and message (if any), and the OnExceptionSteps structure.
results - A structure that describes the execution results. This includes a list of the steps along with the
details of each step, error type and message (if any), and the OnExceptionSteps
structure.default DescribedExecution.Builder results(Consumer<ExecutionResults.Builder> results)
A structure that describes the execution results. This includes a list of the steps along with the details of
each step, error type and message (if any), and the OnExceptionSteps structure.
ExecutionResults.Builder avoiding the
need to create one manually via ExecutionResults.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to results(ExecutionResults).
results - a consumer that will call methods on ExecutionResults.Builderresults(ExecutionResults)Copyright © 2023. All rights reserved.