Interface UndeprecateWorkflowTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UndeprecateWorkflowTypeRequest.Builder,UndeprecateWorkflowTypeRequest>,SdkBuilder<UndeprecateWorkflowTypeRequest.Builder,UndeprecateWorkflowTypeRequest>,SdkPojo,SdkRequest.Builder,SwfRequest.Builder
- Enclosing class:
- UndeprecateWorkflowTypeRequest
public static interface UndeprecateWorkflowTypeRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<UndeprecateWorkflowTypeRequest.Builder,UndeprecateWorkflowTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UndeprecateWorkflowTypeRequest.Builderdomain(String domain)The name of the domain of the deprecated workflow type.UndeprecateWorkflowTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UndeprecateWorkflowTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UndeprecateWorkflowTypeRequest.BuilderworkflowType(Consumer<WorkflowType.Builder> workflowType)The name of the domain of the deprecated workflow type.UndeprecateWorkflowTypeRequest.BuilderworkflowType(WorkflowType workflowType)The name of the domain of the deprecated workflow type.-
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
UndeprecateWorkflowTypeRequest.Builder domain(String domain)
The name of the domain of the deprecated workflow type.
- Parameters:
domain- The name of the domain of the deprecated workflow type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowType
UndeprecateWorkflowTypeRequest.Builder workflowType(WorkflowType workflowType)
The name of the domain of the deprecated workflow type.
- Parameters:
workflowType- The name of the domain of the deprecated workflow type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowType
default UndeprecateWorkflowTypeRequest.Builder workflowType(Consumer<WorkflowType.Builder> workflowType)
The name of the domain of the deprecated workflow type.
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
UndeprecateWorkflowTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UndeprecateWorkflowTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-