public static interface ListTemplateStepsResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<ListTemplateStepsResponse.Builder,ListTemplateStepsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTemplateStepsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListTemplateStepsResponse.Builder |
templateStepSummaryList(Collection<TemplateStepSummary> templateStepSummaryList)
The list of summaries of steps in a template.
|
ListTemplateStepsResponse.Builder |
templateStepSummaryList(Consumer<TemplateStepSummary.Builder>... templateStepSummaryList)
The list of summaries of steps in a template.
|
ListTemplateStepsResponse.Builder |
templateStepSummaryList(TemplateStepSummary... templateStepSummaryList)
The list of summaries of steps in a template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTemplateStepsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListTemplateStepsResponse.Builder templateStepSummaryList(Collection<TemplateStepSummary> templateStepSummaryList)
The list of summaries of steps in a template.
templateStepSummaryList - The list of summaries of steps in a template.ListTemplateStepsResponse.Builder templateStepSummaryList(TemplateStepSummary... templateStepSummaryList)
The list of summaries of steps in a template.
templateStepSummaryList - The list of summaries of steps in a template.ListTemplateStepsResponse.Builder templateStepSummaryList(Consumer<TemplateStepSummary.Builder>... templateStepSummaryList)
The list of summaries of steps in a template.
This is a convenience method that creates an instance of theTemplateStepSummary.Builder avoiding
the need to create one manually via
TemplateStepSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #templateStepSummaryList(List.
templateStepSummaryList - a consumer that will call methods on
TemplateStepSummary.Builder#templateStepSummaryList(java.util.Collection) Copyright © 2023. All rights reserved.