public static interface UpdateWorkflowStepGroupRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowStepGroupRequest.Builder,UpdateWorkflowStepGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkflowStepGroupRequest.Builder workflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.UpdateWorkflowStepGroupRequest.Builder id(String id)
The ID of the step group.
id - The ID of the step group.UpdateWorkflowStepGroupRequest.Builder name(String name)
The name of the step group.
name - The name of the step group.UpdateWorkflowStepGroupRequest.Builder description(String description)
The description of the step group.
description - The description of the step group.UpdateWorkflowStepGroupRequest.Builder next(Collection<String> next)
The next step group.
next - The next step group.UpdateWorkflowStepGroupRequest.Builder next(String... next)
The next step group.
next - The next step group.UpdateWorkflowStepGroupRequest.Builder previous(Collection<String> previous)
The previous step group.
previous - The previous step group.UpdateWorkflowStepGroupRequest.Builder previous(String... previous)
The previous step group.
previous - The previous step group.UpdateWorkflowStepGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkflowStepGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.