Interface DescribeWorkflowExecutionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DescribeWorkflowExecutionRequest.Builder,,DescribeWorkflowExecutionRequest> SdkBuilder<DescribeWorkflowExecutionRequest.Builder,,DescribeWorkflowExecutionRequest> SdkPojo,SdkRequest.Builder,SwfRequest.Builder
- Enclosing class:
 DescribeWorkflowExecutionRequest
public static interface DescribeWorkflowExecutionRequest.Builder
extends SwfRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkflowExecutionRequest.Builder,DescribeWorkflowExecutionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the domain containing the workflow execution.execution(Consumer<WorkflowExecution.Builder> execution) The workflow execution to describe.execution(WorkflowExecution execution) The workflow execution to describe.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builder
build 
- 
Method Details
- 
domain
The name of the domain containing the workflow execution.
- Parameters:
 domain- The name of the domain containing the workflow execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
execution
The workflow execution to describe.
- Parameters:
 execution- The workflow execution to describe.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
execution
default DescribeWorkflowExecutionRequest.Builder execution(Consumer<WorkflowExecution.Builder> execution) The workflow execution to describe.
This is a convenience method that creates an instance of theWorkflowExecution.Builderavoiding the need to create one manually viaWorkflowExecution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexecution(WorkflowExecution).- Parameters:
 execution- a consumer that will call methods onWorkflowExecution.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
DescribeWorkflowExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DescribeWorkflowExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -