Interface MetricDimension.Builder

    • Method Detail

      • comparisonOperator

        MetricDimension.Builder comparisonOperator​(String comparisonOperator)

        The operator to use when comparing metric values. Valid values are: GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, and EQUAL.

        Parameters:
        comparisonOperator - The operator to use when comparing metric values. Valid values are: GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, and EQUAL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        MetricDimension.Builder value​(Double value)

        The value to compare.

        Parameters:
        value - The value to compare.
        Returns:
        Returns a reference to this object so that method calls can be chained together.