Interface SearchDashboardsResponse.Builder

    • Method Detail

      • 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.
      • 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.