Interface LongColumnStatisticsData.Builder

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

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

    • minimumValue

      LongColumnStatisticsData.Builder minimumValue(Long minimumValue)

      The lowest value in the column.

      Parameters:
      minimumValue - The lowest value in the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumValue

      LongColumnStatisticsData.Builder maximumValue(Long maximumValue)

      The highest value in the column.

      Parameters:
      maximumValue - The highest value in the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberOfNulls

      LongColumnStatisticsData.Builder numberOfNulls(Long numberOfNulls)

      The number of null values in the column.

      Parameters:
      numberOfNulls - The number of null values in the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberOfDistinctValues

      LongColumnStatisticsData.Builder numberOfDistinctValues(Long numberOfDistinctValues)

      The number of distinct values in a column.

      Parameters:
      numberOfDistinctValues - The number of distinct values in a column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.