public static interface GetTemplateStepGroupResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<GetTemplateStepGroupResponse.Builder,GetTemplateStepGroupResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTemplateStepGroupResponse.Builder templateId(String templateId)
The ID of the template.
templateId - The ID of the template.GetTemplateStepGroupResponse.Builder id(String id)
The ID of the step group.
id - The ID of the step group.GetTemplateStepGroupResponse.Builder name(String name)
The name of the step group.
name - The name of the step group.GetTemplateStepGroupResponse.Builder description(String description)
The description of the step group.
description - The description of the step group.GetTemplateStepGroupResponse.Builder status(String status)
The status of the step group.
status - The status of the step group.StepGroupStatus,
StepGroupStatusGetTemplateStepGroupResponse.Builder status(StepGroupStatus status)
The status of the step group.
status - The status of the step group.StepGroupStatus,
StepGroupStatusGetTemplateStepGroupResponse.Builder creationTime(Instant creationTime)
The time at which the step group was created.
creationTime - The time at which the step group was created.GetTemplateStepGroupResponse.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.GetTemplateStepGroupResponse.Builder tools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.GetTemplateStepGroupResponse.Builder tools(Tool... tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.GetTemplateStepGroupResponse.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) GetTemplateStepGroupResponse.Builder previous(Collection<String> previous)
The previous step group.
previous - The previous step group.GetTemplateStepGroupResponse.Builder previous(String... previous)
The previous step group.
previous - The previous step group.GetTemplateStepGroupResponse.Builder next(Collection<String> next)
The next step group.
next - The next step group.GetTemplateStepGroupResponse.Builder next(String... next)
The next step group.
next - The next step group.Copyright © 2023. All rights reserved.