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