public static interface ListThemesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListThemesResponse.Builder,ListThemesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThemesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListThemesResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
ListThemesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
ListThemesResponse.Builder |
themeSummaryList(Collection<ThemeSummary> themeSummaryList)
Information about the themes in the list.
|
ListThemesResponse.Builder |
themeSummaryList(Consumer<ThemeSummary.Builder>... themeSummaryList)
Information about the themes in the list.
|
ListThemesResponse.Builder |
themeSummaryList(ThemeSummary... themeSummaryList)
Information about the themes in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThemesResponse.Builder themeSummaryList(Collection<ThemeSummary> themeSummaryList)
Information about the themes in the list.
themeSummaryList - Information about the themes in the list.ListThemesResponse.Builder themeSummaryList(ThemeSummary... themeSummaryList)
Information about the themes in the list.
themeSummaryList - Information about the themes in the list.ListThemesResponse.Builder themeSummaryList(Consumer<ThemeSummary.Builder>... themeSummaryList)
Information about the themes in the list.
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 #themeSummaryList(List) .themeSummaryList - a consumer that will call methods on List.Builder #themeSummaryList(List) ListThemesResponse.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.ListThemesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListThemesResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.