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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchDashboardsResponse.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.
DashboardSummary.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) 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 © 2023. All rights reserved.