Struct aws_sdk_glue::model::filter::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Filter.
Implementations§
source§impl Builder
impl Builder
sourcepub fn inputs(self, input: impl Into<String>) -> Self
pub fn inputs(self, input: impl Into<String>) -> Self
Appends an item to inputs.
To override the contents of this collection use set_inputs.
The data inputs identified by their node names.
sourcepub fn set_inputs(self, input: Option<Vec<String>>) -> Self
pub fn set_inputs(self, input: Option<Vec<String>>) -> Self
The data inputs identified by their node names.
sourcepub fn logical_operator(self, input: FilterLogicalOperator) -> Self
pub fn logical_operator(self, input: FilterLogicalOperator) -> Self
The operator used to filter rows by comparing the key value to a specified value.
sourcepub fn set_logical_operator(self, input: Option<FilterLogicalOperator>) -> Self
pub fn set_logical_operator(self, input: Option<FilterLogicalOperator>) -> Self
The operator used to filter rows by comparing the key value to a specified value.
sourcepub fn filters(self, input: FilterExpression) -> Self
pub fn filters(self, input: FilterExpression) -> Self
Appends an item to filters.
To override the contents of this collection use set_filters.
Specifies a filter expression.
sourcepub fn set_filters(self, input: Option<Vec<FilterExpression>>) -> Self
pub fn set_filters(self, input: Option<Vec<FilterExpression>>) -> Self
Specifies a filter expression.