public static interface SearchDashboardsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchDashboardsResponse.Builder,SearchDashboardsResponse>
Modifier and Type | Method and Description |
---|---|
SearchDashboardsResponse.Builder |
dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
SearchDashboardsResponse.Builder |
dashboardSummaryList(Consumer<DashboardSummary.Builder>... dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
SearchDashboardsResponse.Builder |
dashboardSummaryList(DashboardSummary... dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
SearchDashboardsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
SearchDashboardsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
SearchDashboardsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
SearchDashboardsResponse.Builder dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in Filters
in your request.
dashboardSummaryList
- The list of dashboards owned by the user specified in Filters
in your request.SearchDashboardsResponse.Builder dashboardSummaryList(DashboardSummary... dashboardSummaryList)
The list of dashboards owned by the user specified in Filters
in your request.
dashboardSummaryList
- The list of dashboards owned by the user specified in Filters
in your request.SearchDashboardsResponse.Builder dashboardSummaryList(Consumer<DashboardSummary.Builder>... dashboardSummaryList)
The list of dashboards owned by the user specified in Filters
in your request.
List.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)
SearchDashboardsResponse.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.SearchDashboardsResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.SearchDashboardsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.Copyright © 2022. All rights reserved.