Interface ConfidenceInterval.Builder

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

@Mutable @NotThreadSafe public static interface ConfidenceInterval.Builder extends SdkPojo, CopyableBuilder<ConfidenceInterval.Builder,ConfidenceInterval>
  • Method Details

    • lower

      The lower bound of the confidence interval.

      Parameters:
      lower - The lower bound of the confidence interval.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upper

      The upper bound of the confidence interval.

      Parameters:
      upper - The upper bound of the confidence interval.
      Returns:
      Returns a reference to this object so that method calls can be chained together.