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