Interface Threshold.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Threshold.Builder,Threshold>, SdkBuilder<Threshold.Builder,Threshold>, SdkPojo
Enclosing class:
Threshold

public static interface Threshold.Builder extends SdkPojo, CopyableBuilder<Threshold.Builder,Threshold>
  • Method Details

    • value

      Threshold.Builder value(Double value)

      The value of a threshold.

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

      The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.

      Parameters:
      type - The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.

      Parameters:
      type - The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • unit

      Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.

      Parameters:
      unit - Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • unit

      Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.

      Parameters:
      unit - Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: