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 Details

    • dashboardSummaryList

      SearchDashboardsResponse.Builder dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)

      The list of dashboards owned by the user specified in Filters in your request.

      Parameters:
      dashboardSummaryList - The list of dashboards owned by the user specified in Filters in 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 Filters in your request.

      Parameters:
      dashboardSummaryList - The list of dashboards owned by the user specified in Filters in 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 Filters in your request.

      This is a convenience method that creates an instance of the 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<DashboardSummary>).

      Parameters:
      dashboardSummaryList - a consumer that will call methods on DashboardSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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.