public static interface ListThemeVersionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListThemeVersionsResponse.Builder,ListThemeVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThemeVersionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListThemeVersionsResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
ListThemeVersionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
ListThemeVersionsResponse.Builder |
themeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
|
ListThemeVersionsResponse.Builder |
themeVersionSummaryList(Consumer<ThemeVersionSummary.Builder>... themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
|
ListThemeVersionsResponse.Builder |
themeVersionSummaryList(ThemeVersionSummary... themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThemeVersionsResponse.Builder themeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
themeVersionSummaryList - A structure containing a list of all the versions of the specified theme.ListThemeVersionsResponse.Builder themeVersionSummaryList(ThemeVersionSummary... themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
themeVersionSummaryList - A structure containing a list of all the versions of the specified theme.ListThemeVersionsResponse.Builder themeVersionSummaryList(Consumer<ThemeVersionSummary.Builder>... themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
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 #themeVersionSummaryList(List) .themeVersionSummaryList - a consumer that will call methods on List.Builder #themeVersionSummaryList(List) ListThemeVersionsResponse.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.ListThemeVersionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListThemeVersionsResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.