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