Struct aws_sdk_glue::model::boolean_column_statistics_data::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BooleanColumnStatisticsData.
Implementations§
source§impl Builder
impl Builder
sourcepub fn number_of_trues(self, input: i64) -> Self
pub fn number_of_trues(self, input: i64) -> Self
The number of true values in the column.
sourcepub fn set_number_of_trues(self, input: Option<i64>) -> Self
pub fn set_number_of_trues(self, input: Option<i64>) -> Self
The number of true values in the column.
sourcepub fn number_of_falses(self, input: i64) -> Self
pub fn number_of_falses(self, input: i64) -> Self
The number of false values in the column.
sourcepub fn set_number_of_falses(self, input: Option<i64>) -> Self
pub fn set_number_of_falses(self, input: Option<i64>) -> Self
The number of false values in the column.
sourcepub fn number_of_nulls(self, input: i64) -> Self
pub fn number_of_nulls(self, input: i64) -> Self
The number of null values in the column.
sourcepub fn set_number_of_nulls(self, input: Option<i64>) -> Self
pub fn set_number_of_nulls(self, input: Option<i64>) -> Self
The number of null values in the column.
sourcepub fn build(self) -> BooleanColumnStatisticsData
pub fn build(self) -> BooleanColumnStatisticsData
Consumes the builder and constructs a BooleanColumnStatisticsData.