public static interface GetWorkflowStepGroupResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowStepGroupResponse.Builder,GetWorkflowStepGroupResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowStepGroupResponse.Builder id(String id)
The ID of the step group.
id - The ID of the step group.GetWorkflowStepGroupResponse.Builder workflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.GetWorkflowStepGroupResponse.Builder name(String name)
The name of the step group.
name - The name of the step group.GetWorkflowStepGroupResponse.Builder description(String description)
The description of the step group.
description - The description of the step group.GetWorkflowStepGroupResponse.Builder status(String status)
The status of the step group.
status - The status of the step group.StepGroupStatus,
StepGroupStatusGetWorkflowStepGroupResponse.Builder status(StepGroupStatus status)
The status of the step group.
status - The status of the step group.StepGroupStatus,
StepGroupStatusGetWorkflowStepGroupResponse.Builder owner(String owner)
The owner of the step group.
GetWorkflowStepGroupResponse.Builder owner(Owner owner)
The owner of the step group.
GetWorkflowStepGroupResponse.Builder creationTime(Instant creationTime)
The time at which the step group was created.
creationTime - The time at which the step group was created.GetWorkflowStepGroupResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time at which the step group was last modified.
lastModifiedTime - The time at which the step group was last modified.GetWorkflowStepGroupResponse.Builder endTime(Instant endTime)
The time at which the step group ended.
endTime - The time at which the step group ended.GetWorkflowStepGroupResponse.Builder tools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.GetWorkflowStepGroupResponse.Builder tools(Tool... tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.GetWorkflowStepGroupResponse.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) GetWorkflowStepGroupResponse.Builder previous(Collection<String> previous)
The previous step group.
previous - The previous step group.GetWorkflowStepGroupResponse.Builder previous(String... previous)
The previous step group.
previous - The previous step group.GetWorkflowStepGroupResponse.Builder next(Collection<String> next)
The next step group.
next - The next step group.GetWorkflowStepGroupResponse.Builder next(String... next)
The next step group.
next - The next step group.Copyright © 2023. All rights reserved.