Interface ListDashboardsResponse.Builder

    • Method Detail

      • dashboards

        ListDashboardsResponse.Builder dashboards​(Collection<DashboardDetail> dashboards)

        Contains information about dashboards in the account, in the current Region that match the applied filters.

        Parameters:
        dashboards - Contains information about dashboards in the account, in the current Region that match the applied filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboards

        ListDashboardsResponse.Builder dashboards​(DashboardDetail... dashboards)

        Contains information about dashboards in the account, in the current Region that match the applied filters.

        Parameters:
        dashboards - Contains information about dashboards in the account, in the current Region that match the applied filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDashboardsResponse.Builder nextToken​(String nextToken)

        A token you can use to get the next page of dashboard results.

        Parameters:
        nextToken - A token you can use to get the next page of dashboard results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.