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 AWS account.
|
ListDashboardsResponse.Builder |
dashboardSummaryList(Consumer<DashboardSummary.Builder>... dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account.
|
ListDashboardsResponse.Builder |
dashboardSummaryList(DashboardSummary... dashboardSummaryList)
A structure that contains all of the dashboards in your AWS 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 AWS request ID for this operation.
|
ListDashboardsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDashboardsResponse.Builder dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account. This structure provides basic information about the dashboards.
dashboardSummaryList
- A structure that contains all of the dashboards in your AWS account. This structure provides basic
information about the dashboards.ListDashboardsResponse.Builder dashboardSummaryList(DashboardSummary... dashboardSummaryList)
A structure that contains all of the dashboards in your AWS account. This structure provides basic information about the dashboards.
dashboardSummaryList
- A structure that contains all of the dashboards in your AWS 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 AWS account. This structure provides basic information about the dashboards.
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 #dashboardSummaryList(List)
.dashboardSummaryList
- a consumer that will call methods on List.Builder
#dashboardSummaryList(List)
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 AWS request ID for this operation.
requestId
- The AWS request ID for this operation.Copyright © 2020. All rights reserved.