Interface DescribeWorkflowTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeWorkflowTypeRequest.Builder,DescribeWorkflowTypeRequest>,SdkBuilder<DescribeWorkflowTypeRequest.Builder,DescribeWorkflowTypeRequest>,SdkPojo,SdkRequest.Builder,SwfRequest.Builder
- Enclosing class:
- DescribeWorkflowTypeRequest
public static interface DescribeWorkflowTypeRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkflowTypeRequest.Builder,DescribeWorkflowTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeWorkflowTypeRequest.Builderdomain(String domain)The name of the domain in which this workflow type is registered.DescribeWorkflowTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeWorkflowTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default DescribeWorkflowTypeRequest.BuilderworkflowType(Consumer<WorkflowType.Builder> workflowType)The workflow type to describe.DescribeWorkflowTypeRequest.BuilderworkflowType(WorkflowType workflowType)The workflow type to describe.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builder
build
-
-
-
-
Method Detail
-
domain
DescribeWorkflowTypeRequest.Builder domain(String domain)
The name of the domain in which this workflow type is registered.
- Parameters:
domain- The name of the domain in which this workflow type is registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowType
DescribeWorkflowTypeRequest.Builder workflowType(WorkflowType workflowType)
The workflow type to describe.
- Parameters:
workflowType- The workflow type to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowType
default DescribeWorkflowTypeRequest.Builder workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type to describe.
This is a convenience method that creates an instance of theWorkflowType.Builderavoiding the need to create one manually viaWorkflowType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworkflowType(WorkflowType).- Parameters:
workflowType- a consumer that will call methods onWorkflowType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
workflowType(WorkflowType)
-
overrideConfiguration
DescribeWorkflowTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeWorkflowTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-