Interface CreateWorkflowStepGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateWorkflowStepGroupRequest.Builder,
,CreateWorkflowStepGroupRequest> MigrationHubOrchestratorRequest.Builder
,SdkBuilder<CreateWorkflowStepGroupRequest.Builder,
,CreateWorkflowStepGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateWorkflowStepGroupRequest
@Mutable
@NotThreadSafe
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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-