Interface ListDashboardsResponse.Builder

    • Method Detail

      • dashboardSummaries

        ListDashboardsResponse.Builder dashboardSummaries​(Collection<DashboardSummary> dashboardSummaries)

        A list that summarizes each dashboard in the project.

        Parameters:
        dashboardSummaries - A list that summarizes each dashboard in the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardSummaries

        ListDashboardsResponse.Builder dashboardSummaries​(DashboardSummary... dashboardSummaries)

        A list that summarizes each dashboard in the project.

        Parameters:
        dashboardSummaries - A list that summarizes each dashboard in the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDashboardsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.