public static interface DescribeWorkflowExecutionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeWorkflowExecutionRequest.Builder,DescribeWorkflowExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkflowExecutionRequest.Builder |
domain(String domain)
The name of the domain containing the workflow execution.
|
DescribeWorkflowExecutionRequest.Builder |
execution(WorkflowExecution execution)
The workflow execution to describe.
|
copyapply, buildDescribeWorkflowExecutionRequest.Builder domain(String domain)
The name of the domain containing the workflow execution.
domain - The name of the domain containing the workflow execution.DescribeWorkflowExecutionRequest.Builder execution(WorkflowExecution execution)
The workflow execution to describe.
execution - The workflow execution to describe.Copyright © 2017. All rights reserved.