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.
|
build
requestOverrideConfig
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.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeWorkflowExecutionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.