public static interface CreateWorkflowStepGroupResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkflowStepGroupResponse.Builder,CreateWorkflowStepGroupResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkflowStepGroupResponse.Builder workflowId(String workflowId)
The ID of the migration workflow that contains the step group.
workflowId - The ID of the migration workflow that contains the step group.CreateWorkflowStepGroupResponse.Builder name(String name)
The name of the step group.
name - The name of the step group.CreateWorkflowStepGroupResponse.Builder id(String id)
The ID of the step group.
id - The ID of the step group.CreateWorkflowStepGroupResponse.Builder description(String description)
The description of the step group.
description - The description of the step group.CreateWorkflowStepGroupResponse.Builder tools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.CreateWorkflowStepGroupResponse.Builder tools(Tool... tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.CreateWorkflowStepGroupResponse.Builder tools(Consumer<Tool.Builder>... tools)
List of AWS services utilized in a migration workflow.
This is a convenience method that creates an instance of theTool.Builder avoiding the need to
create one manually via Tool.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tools(List.
tools - a consumer that will call methods on
Tool.Builder#tools(java.util.Collection) CreateWorkflowStepGroupResponse.Builder next(Collection<String> next)
The next step group.
next - The next step group.CreateWorkflowStepGroupResponse.Builder next(String... next)
The next step group.
next - The next step group.CreateWorkflowStepGroupResponse.Builder previous(Collection<String> previous)
The previous step group.
previous - The previous step group.CreateWorkflowStepGroupResponse.Builder previous(String... previous)
The previous step group.
previous - The previous step group.CreateWorkflowStepGroupResponse.Builder creationTime(Instant creationTime)
The time at which the step group is created.
creationTime - The time at which the step group is created.Copyright © 2023. All rights reserved.