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