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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeWorkflowExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.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.Builder
execution(WorkflowExecution)
DescribeWorkflowExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeWorkflowExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.