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 AWS 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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #templateAliasList(List) .templateAliasList - a consumer that will call methods on List.Builder #templateAliasList(List) ListTemplateAliasesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListTemplateAliasesResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS 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 © 2020. All rights reserved.