public static interface GetTemplateResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTemplateResponse.Builder |
creationTime(Instant creationTime)
The time at which the template was last created.
|
GetTemplateResponse.Builder |
description(String description)
The time at which the template was last created.
|
GetTemplateResponse.Builder |
id(String id)
The ID of the template.
|
GetTemplateResponse.Builder |
inputs(Collection<TemplateInput> inputs)
The inputs provided for the creation of the migration workflow.
|
GetTemplateResponse.Builder |
inputs(Consumer<TemplateInput.Builder>... inputs)
The inputs provided for the creation of the migration workflow.
|
GetTemplateResponse.Builder |
inputs(TemplateInput... inputs)
The inputs provided for the creation of the migration workflow.
|
GetTemplateResponse.Builder |
name(String name)
The name of the template.
|
GetTemplateResponse.Builder |
status(String status)
The status of the template.
|
GetTemplateResponse.Builder |
status(TemplateStatus status)
The status of the template.
|
GetTemplateResponse.Builder |
tools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
GetTemplateResponse.Builder |
tools(Consumer<Tool.Builder>... tools)
List of AWS services utilized in a migration workflow.
|
GetTemplateResponse.Builder |
tools(Tool... tools)
List of AWS services utilized in a migration workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTemplateResponse.Builder id(String id)
The ID of the template.
id - The ID of the template.GetTemplateResponse.Builder name(String name)
The name of the template.
name - The name of the template.GetTemplateResponse.Builder description(String description)
The time at which the template was last created.
description - The time at which the template was last created.GetTemplateResponse.Builder inputs(Collection<TemplateInput> inputs)
The inputs provided for the creation of the migration workflow.
inputs - The inputs provided for the creation of the migration workflow.GetTemplateResponse.Builder inputs(TemplateInput... inputs)
The inputs provided for the creation of the migration workflow.
inputs - The inputs provided for the creation of the migration workflow.GetTemplateResponse.Builder inputs(Consumer<TemplateInput.Builder>... inputs)
The inputs provided for the creation of the migration workflow.
This is a convenience method that creates an instance of theTemplateInput.Builder avoiding the
need to create one manually via
TemplateInput.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #inputs(List.
inputs - a consumer that will call methods on
TemplateInput.Builder#inputs(java.util.Collection) GetTemplateResponse.Builder tools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.GetTemplateResponse.Builder tools(Tool... tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.GetTemplateResponse.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) GetTemplateResponse.Builder status(String status)
The status of the template.
status - The status of the template.TemplateStatus,
TemplateStatusGetTemplateResponse.Builder status(TemplateStatus status)
The status of the template.
status - The status of the template.TemplateStatus,
TemplateStatusGetTemplateResponse.Builder creationTime(Instant creationTime)
The time at which the template was last created.
creationTime - The time at which the template was last created.Copyright © 2023. All rights reserved.