Interface BooleanColumnStatisticsData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BooleanColumnStatisticsData.Builder,
,BooleanColumnStatisticsData> SdkBuilder<BooleanColumnStatisticsData.Builder,
,BooleanColumnStatisticsData> SdkPojo
- Enclosing class:
BooleanColumnStatisticsData
public static interface BooleanColumnStatisticsData.Builder
extends SdkPojo, CopyableBuilder<BooleanColumnStatisticsData.Builder,BooleanColumnStatisticsData>
-
Method Summary
Modifier and TypeMethodDescriptionnumberOfFalses
(Long numberOfFalses) The number of false values in the column.numberOfNulls
(Long numberOfNulls) The number of null values in the column.numberOfTrues
(Long numberOfTrues) The number of true values in the column.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
numberOfTrues
The number of true values in the column.
- Parameters:
numberOfTrues
- The number of true values in the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfFalses
The number of false values in the column.
- Parameters:
numberOfFalses
- The number of false values 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.
-