public static interface DescribeExecutionResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeExecutionResponse.Builder |
execution(Consumer<DescribedExecution.Builder> execution)
The structure that contains the details of the workflow' execution.
|
DescribeExecutionResponse.Builder |
execution(DescribedExecution execution)
The structure that contains the details of the workflow' execution.
|
DescribeExecutionResponse.Builder |
workflowId(String workflowId)
A unique identifier for the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeExecutionResponse.Builder workflowId(String workflowId)
A unique identifier for the workflow.
workflowId - A unique identifier for the workflow.DescribeExecutionResponse.Builder execution(DescribedExecution execution)
The structure that contains the details of the workflow' execution.
execution - The structure that contains the details of the workflow' execution.default DescribeExecutionResponse.Builder execution(Consumer<DescribedExecution.Builder> execution)
The structure that contains the details of the workflow' execution.
This is a convenience method that creates an instance of theDescribedExecution.Builder avoiding the
need to create one manually via DescribedExecution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to execution(DescribedExecution).
execution - a consumer that will call methods on DescribedExecution.Builderexecution(DescribedExecution)Copyright © 2023. All rights reserved.