CopyableBuilder<DescribeWorkflowExecutionRequest.Builder,DescribeWorkflowExecutionRequest>
, SdkBuilder<DescribeWorkflowExecutionRequest.Builder,DescribeWorkflowExecutionRequest>
public static interface DescribeWorkflowExecutionRequest.Builder extends CopyableBuilder<DescribeWorkflowExecutionRequest.Builder,DescribeWorkflowExecutionRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeWorkflowExecutionRequest.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 Amazon Web Services, Inc. All Rights Reserved.