Struct aws_sdk_databrew::model::column_selector::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ColumnSelector
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn regex(self, input: impl Into<String>) -> Self
pub fn regex(self, input: impl Into<String>) -> Self
A regular expression for selecting a column from a dataset.
sourcepub fn set_regex(self, input: Option<String>) -> Self
pub fn set_regex(self, input: Option<String>) -> Self
A regular expression for selecting a column from a dataset.
sourcepub fn build(self) -> ColumnSelector
pub fn build(self) -> ColumnSelector
Consumes the builder and constructs a ColumnSelector
.