Interface ListDashboardsResponse.Builder

    • Method Detail

      • dashboardEntries

        ListDashboardsResponse.Builder dashboardEntries​(Collection<DashboardEntry> dashboardEntries)

        The list of matching dashboards.

        Parameters:
        dashboardEntries - The list of matching dashboards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardEntries

        ListDashboardsResponse.Builder dashboardEntries​(DashboardEntry... dashboardEntries)

        The list of matching dashboards.

        Parameters:
        dashboardEntries - The list of matching dashboards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDashboardsResponse.Builder nextToken​(String nextToken)

        The token that marks the start of the next batch of returned results.

        Parameters:
        nextToken - The token that marks the start of the next batch of returned results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.