Interface CreateWorkflowStepGroupRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateWorkflowStepGroupRequest.Builder,,CreateWorkflowStepGroupRequest> MigrationHubOrchestratorRequest.Builder,SdkBuilder<CreateWorkflowStepGroupRequest.Builder,,CreateWorkflowStepGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateWorkflowStepGroupRequest
public static interface CreateWorkflowStepGroupRequest.Builder
extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkflowStepGroupRequest.Builder,CreateWorkflowStepGroupRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the step group.The name of the step group.The next step group.next(Collection<String> next) The next step group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The previous step group.previous(Collection<String> previous) The previous step group.workflowId(String workflowId) The ID of the migration workflow that will contain the step group.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.services.migrationhuborchestrator.model.MigrationHubOrchestratorRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
workflowId
The ID of the migration workflow that will contain the step group.
- Parameters:
 workflowId- The ID of the migration workflow that will contain the step group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the step group.
- Parameters:
 name- The name of the step group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description of the step group.
- Parameters:
 description- The description of the step group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
next
The next step group.
- Parameters:
 next- The next step group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
next
The next step group.
- Parameters:
 next- The next step group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
previous
The previous step group.
- Parameters:
 previous- The previous step group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
previous
The previous step group.
- Parameters:
 previous- The previous step group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateWorkflowStepGroupRequest.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
CreateWorkflowStepGroupRequest.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.
 
 
 -