Struct aws_sdk_glue::model::binary_column_statistics_data::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BinaryColumnStatisticsData.
Implementations§
source§impl Builder
impl Builder
sourcepub fn maximum_length(self, input: i64) -> Self
pub fn maximum_length(self, input: i64) -> Self
The size of the longest bit sequence in the column.
sourcepub fn set_maximum_length(self, input: Option<i64>) -> Self
pub fn set_maximum_length(self, input: Option<i64>) -> Self
The size of the longest bit sequence in the column.
sourcepub fn average_length(self, input: f64) -> Self
pub fn average_length(self, input: f64) -> Self
The average bit sequence length in the column.
sourcepub fn set_average_length(self, input: Option<f64>) -> Self
pub fn set_average_length(self, input: Option<f64>) -> Self
The average bit sequence length 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) -> BinaryColumnStatisticsData
pub fn build(self) -> BinaryColumnStatisticsData
Consumes the builder and constructs a BinaryColumnStatisticsData.