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