public static interface DescribeWorkflowExecutionRequest.Builder extends SWFRequest.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.
|
default DescribeWorkflowExecutionRequest.Builder |
execution(Consumer<WorkflowExecution.Builder> execution)
The workflow execution to describe.
|
DescribeWorkflowExecutionRequest.Builder |
execution(WorkflowExecution execution)
The workflow execution to describe.
|
DescribeWorkflowExecutionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeWorkflowExecutionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.default DescribeWorkflowExecutionRequest.Builder execution(Consumer<WorkflowExecution.Builder> execution)
The workflow execution to describe.
This is a convenience that creates an instance of theWorkflowExecution.Builder avoiding the need to
create one manually via WorkflowExecution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to execution(WorkflowExecution).execution - a consumer that will call methods on WorkflowExecution.Builderexecution(WorkflowExecution)DescribeWorkflowExecutionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeWorkflowExecutionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.