Interface MonotonicValues.Builder

  • Method Details

    • status

      Indicates whether there is a potential data issue related to having monotonic values.

      Parameters:
      status - Indicates whether there is a potential data issue related to having monotonic values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates whether there is a potential data issue related to having monotonic values.

      Parameters:
      status - Indicates whether there is a potential data issue related to having monotonic values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • monotonicity

      MonotonicValues.Builder monotonicity(String monotonicity)

      Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.

      Parameters:
      monotonicity - Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • monotonicity

      MonotonicValues.Builder monotonicity(Monotonicity monotonicity)

      Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.

      Parameters:
      monotonicity - Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: