public static interface DescribeWorkflowResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkflowResponse.Builder,DescribeWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkflowResponse.Builder |
workflow(Consumer<DescribedWorkflow.Builder> workflow)
The structure that contains the details of the workflow.
|
DescribeWorkflowResponse.Builder |
workflow(DescribedWorkflow workflow)
The structure that contains the details of the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkflowResponse.Builder workflow(DescribedWorkflow workflow)
The structure that contains the details of the workflow.
workflow - The structure that contains the details of the workflow.default DescribeWorkflowResponse.Builder workflow(Consumer<DescribedWorkflow.Builder> workflow)
The structure that contains the details of the workflow.
This is a convenience method that creates an instance of theDescribedWorkflow.Builder avoiding the
need to create one manually via DescribedWorkflow.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to workflow(DescribedWorkflow).
workflow - a consumer that will call methods on DescribedWorkflow.Builderworkflow(DescribedWorkflow)Copyright © 2023. All rights reserved.