Struct aws_sdk_datapipeline::model::query::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Query
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn selectors(self, input: Selector) -> Self
pub fn selectors(self, input: Selector) -> Self
Appends an item to selectors
.
To override the contents of this collection use set_selectors
.
List of selectors that define the query. An object must satisfy all of the selectors to match the query.
sourcepub fn set_selectors(self, input: Option<Vec<Selector>>) -> Self
pub fn set_selectors(self, input: Option<Vec<Selector>>) -> Self
List of selectors that define the query. An object must satisfy all of the selectors to match the query.