public static interface ListDashboardVersionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListDashboardVersionsResponse.Builder,ListDashboardVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDashboardVersionsResponse.Builder |
dashboardVersionSummaryList(Collection<DashboardVersionSummary> dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
ListDashboardVersionsResponse.Builder |
dashboardVersionSummaryList(Consumer<DashboardVersionSummary.Builder>... dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
ListDashboardVersionsResponse.Builder |
dashboardVersionSummaryList(DashboardVersionSummary... dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
ListDashboardVersionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDashboardVersionsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListDashboardVersionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDashboardVersionsResponse.Builder dashboardVersionSummaryList(Collection<DashboardVersionSummary> dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
dashboardVersionSummaryList - A structure that contains information about each version of the dashboard.ListDashboardVersionsResponse.Builder dashboardVersionSummaryList(DashboardVersionSummary... dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
dashboardVersionSummaryList - A structure that contains information about each version of the dashboard.ListDashboardVersionsResponse.Builder dashboardVersionSummaryList(Consumer<DashboardVersionSummary.Builder>... dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
This is a convenience method that creates an instance of theDashboardVersionSummary.Builder avoiding the need to
create one manually via
DashboardVersionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dashboardVersionSummaryList(List.
dashboardVersionSummaryList - a consumer that will call methods on
DashboardVersionSummary.Builder#dashboardVersionSummaryList(java.util.Collection) ListDashboardVersionsResponse.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.ListDashboardVersionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListDashboardVersionsResponse.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.