Struct aws_sdk_databrew::model::column_statistics_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ColumnStatisticsConfiguration
Implementations
Appends an item to selectors
.
To override the contents of this collection use set_selectors
.
List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.
List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.
Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.
Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.
Consumes the builder and constructs a ColumnStatisticsConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more