Interface AggregationKey.Builder

    • Method Detail

      • name

        AggregationKey.Builder name​(String name)

        Indicates the type of aggregation key.

        Parameters:
        name - Indicates the type of aggregation key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        AggregationKey.Builder value​(String value)

        Indicates the value associated with the aggregation key name.

        Parameters:
        value - Indicates the value associated with the aggregation key name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.