Uses of Interface
software.amazon.awssdk.services.glue.model.BooleanColumnStatisticsData.Builder
-
Packages that use BooleanColumnStatisticsData.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BooleanColumnStatisticsData.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BooleanColumnStatisticsData.Builder Modifier and Type Method Description static BooleanColumnStatisticsData.BuilderBooleanColumnStatisticsData. builder()BooleanColumnStatisticsData.BuilderBooleanColumnStatisticsData.Builder. numberOfFalses(Long numberOfFalses)The number of false values in the column.BooleanColumnStatisticsData.BuilderBooleanColumnStatisticsData.Builder. numberOfNulls(Long numberOfNulls)The number of null values in the column.BooleanColumnStatisticsData.BuilderBooleanColumnStatisticsData.Builder. numberOfTrues(Long numberOfTrues)The number of true values in the column.BooleanColumnStatisticsData.BuilderBooleanColumnStatisticsData. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BooleanColumnStatisticsData.Builder Modifier and Type Method Description static Class<? extends BooleanColumnStatisticsData.Builder>BooleanColumnStatisticsData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BooleanColumnStatisticsData.Builder Modifier and Type Method Description default ColumnStatisticsData.BuilderColumnStatisticsData.Builder. booleanColumnStatisticsData(Consumer<BooleanColumnStatisticsData.Builder> booleanColumnStatisticsData)Boolean column statistics data.
-