public static interface ListTemplateAliasesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTemplateAliasesResponse.Builder,ListTemplateAliasesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTemplateAliasesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTemplateAliasesResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListTemplateAliasesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
ListTemplateAliasesResponse.Builder |
templateAliasList(Collection<TemplateAlias> templateAliasList)
A structure containing the list of the template's aliases.
|
ListTemplateAliasesResponse.Builder |
templateAliasList(Consumer<TemplateAlias.Builder>... templateAliasList)
A structure containing the list of the template's aliases.
|
ListTemplateAliasesResponse.Builder |
templateAliasList(TemplateAlias... templateAliasList)
A structure containing the list of the template's aliases.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTemplateAliasesResponse.Builder templateAliasList(Collection<TemplateAlias> templateAliasList)
A structure containing the list of the template's aliases.
templateAliasList - A structure containing the list of the template's aliases.ListTemplateAliasesResponse.Builder templateAliasList(TemplateAlias... templateAliasList)
A structure containing the list of the template's aliases.
templateAliasList - A structure containing the list of the template's aliases.ListTemplateAliasesResponse.Builder templateAliasList(Consumer<TemplateAlias.Builder>... templateAliasList)
A structure containing the list of the template's aliases.
This is a convenience method that creates an instance of theTemplateAlias.Builder avoiding the need to create
one manually via TemplateAlias.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #templateAliasList(List.
templateAliasList - a consumer that will call methods on
TemplateAlias.Builder#templateAliasList(java.util.Collection) ListTemplateAliasesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListTemplateAliasesResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.ListTemplateAliasesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.Copyright © 2023. All rights reserved.