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 Amazon Web Services 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 method that creates an instance of theThemeAlias.Builder avoiding the need to create one
manually via ThemeAlias.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #themeAliasList(List.
themeAliasList - a consumer that will call methods on
ThemeAlias.Builder#themeAliasList(java.util.Collection) ListThemeAliasesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListThemeAliasesResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services 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 © 2023. All rights reserved.