Interface UpdateWorkflowStepGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorkflowStepGroupRequest.Builder,UpdateWorkflowStepGroupRequest>,MigrationHubOrchestratorRequest.Builder,SdkBuilder<UpdateWorkflowStepGroupRequest.Builder,UpdateWorkflowStepGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateWorkflowStepGroupRequest
public static interface UpdateWorkflowStepGroupRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowStepGroupRequest.Builder,UpdateWorkflowStepGroupRequest>
-
-
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
UpdateWorkflowStepGroupRequest.Builder workflowId(String workflowId)
The ID of the migration workflow.
- Parameters:
workflowId- The ID of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
UpdateWorkflowStepGroupRequest.Builder id(String id)
The ID of the step group.
- Parameters:
id- The ID of the step group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateWorkflowStepGroupRequest.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
UpdateWorkflowStepGroupRequest.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
UpdateWorkflowStepGroupRequest.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
UpdateWorkflowStepGroupRequest.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
UpdateWorkflowStepGroupRequest.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
UpdateWorkflowStepGroupRequest.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
UpdateWorkflowStepGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWorkflowStepGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-