public static interface ListThemeAliasesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListThemeAliasesResponse.Builder,ListThemeAliasesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThemeAliasesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListThemeAliasesResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
ListThemeAliasesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
ListThemeAliasesResponse.Builder |
themeAliasList(Collection<ThemeAlias> themeAliasList)
A structure containing the list of the theme's aliases.
|
ListThemeAliasesResponse.Builder |
themeAliasList(Consumer<ThemeAlias.Builder>... themeAliasList)
A structure containing the list of the theme's aliases.
|
ListThemeAliasesResponse.Builder |
themeAliasList(ThemeAlias... themeAliasList)
A structure containing the list of the theme's aliases.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThemeAliasesResponse.Builder themeAliasList(Collection<ThemeAlias> themeAliasList)
A structure containing the list of the theme's aliases.
themeAliasList - A structure containing the list of the theme's aliases.ListThemeAliasesResponse.Builder themeAliasList(ThemeAlias... themeAliasList)
A structure containing the list of the theme's aliases.
themeAliasList - A structure containing the list of the theme's aliases.ListThemeAliasesResponse.Builder themeAliasList(Consumer<ThemeAlias.Builder>... themeAliasList)
A structure containing the list of the theme'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 #themeAliasList(List) .themeAliasList - a consumer that will call methods on List.Builder #themeAliasList(List) ListThemeAliasesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListThemeAliasesResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.ListThemeAliasesResponse.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.