Interface DateColumnStatisticsData.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DateColumnStatisticsData.Builder,,DateColumnStatisticsData> SdkBuilder<DateColumnStatisticsData.Builder,,DateColumnStatisticsData> SdkPojo
- Enclosing class:
 DateColumnStatisticsData
public static interface DateColumnStatisticsData.Builder
extends SdkPojo, CopyableBuilder<DateColumnStatisticsData.Builder,DateColumnStatisticsData> 
- 
Method Summary
Modifier and TypeMethodDescriptionmaximumValue(Instant maximumValue) The highest value in the column.minimumValue(Instant minimumValue) The lowest value in the column.numberOfDistinctValues(Long numberOfDistinctValues) The number of distinct values in a column.numberOfNulls(Long numberOfNulls) The number of null values in the column.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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
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
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.
 
 
 -