Interface Counts.Builder

    • Method Detail

      • count

        Counts.Builder count​(Long count)

        The number of resources.

        Parameters:
        count - The number of resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupKey

        Counts.Builder groupKey​(String groupKey)

        The key associated with this group

        Parameters:
        groupKey - The key associated with this group
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupKey, GroupKey
      • groupKey

        Counts.Builder groupKey​(GroupKey groupKey)

        The key associated with this group

        Parameters:
        groupKey - The key associated with this group
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupKey, GroupKey