Interface DescribeWorkflowExecutionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeWorkflowExecutionRequest.Builder,,- DescribeWorkflowExecutionRequest> - SdkBuilder<DescribeWorkflowExecutionRequest.Builder,,- DescribeWorkflowExecutionRequest> - SdkPojo,- SdkRequest.Builder,- SwfRequest.Builder
- Enclosing class:
- DescribeWorkflowExecutionRequest
@Mutable
@NotThreadSafe
public static interface DescribeWorkflowExecutionRequest.Builder
extends SwfRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkflowExecutionRequest.Builder,DescribeWorkflowExecutionRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builderbuild
- 
Method Details- 
domainThe 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.
 
- 
executionThe 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.
 
- 
executiondefault 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 on- WorkflowExecution.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationDescribeWorkflowExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeWorkflowExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-