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 AWS 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 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 #dashboardVersionSummaryList(List) .dashboardVersionSummaryList - a consumer that will call methods on List.Builder #dashboardVersionSummaryList(List) 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 AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.