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
-
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, sdkFields
-
-
-
-
Method Detail
-
workflowId
CreateWorkflowStepGroupRequest.Builder workflowId(String 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
CreateWorkflowStepGroupRequest.Builder name(String 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
CreateWorkflowStepGroupRequest.Builder description(String 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
CreateWorkflowStepGroupRequest.Builder next(Collection<String> 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
CreateWorkflowStepGroupRequest.Builder next(String... 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
CreateWorkflowStepGroupRequest.Builder previous(Collection<String> 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
CreateWorkflowStepGroupRequest.Builder previous(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateWorkflowStepGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-