Interface SearchDashboardsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchDashboardsResponse.Builder,SearchDashboardsResponse>,QuickSightResponse.Builder,SdkBuilder<SearchDashboardsResponse.Builder,SearchDashboardsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SearchDashboardsResponse
public static interface SearchDashboardsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchDashboardsResponse.Builder,SearchDashboardsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchDashboardsResponse.BuilderdashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)The list of dashboards owned by the user specified inFiltersin your request.SearchDashboardsResponse.BuilderdashboardSummaryList(Consumer<DashboardSummary.Builder>... dashboardSummaryList)The list of dashboards owned by the user specified inFiltersin your request.SearchDashboardsResponse.BuilderdashboardSummaryList(DashboardSummary... dashboardSummaryList)The list of dashboards owned by the user specified inFiltersin your request.SearchDashboardsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.SearchDashboardsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.SearchDashboardsResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dashboardSummaryList
SearchDashboardsResponse.Builder dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in
Filtersin your request.- Parameters:
dashboardSummaryList- The list of dashboards owned by the user specified inFiltersin your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardSummaryList
SearchDashboardsResponse.Builder dashboardSummaryList(DashboardSummary... dashboardSummaryList)
The list of dashboards owned by the user specified in
Filtersin your request.- Parameters:
dashboardSummaryList- The list of dashboards owned by the user specified inFiltersin your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardSummaryList
SearchDashboardsResponse.Builder dashboardSummaryList(Consumer<DashboardSummary.Builder>... dashboardSummaryList)
The list of dashboards owned by the user specified in
This is a convenience method that creates an instance of theFiltersin your request.DashboardSummary.Builderavoiding the need to create one manually viaDashboardSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dashboardSummaryList(List.) - Parameters:
dashboardSummaryList- a consumer that will call methods onDashboardSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dashboardSummaryList(java.util.Collection)
-
nextToken
SearchDashboardsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SearchDashboardsResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
SearchDashboardsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-