Struct aws_sdk_textract::model::queries_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for QueriesConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn queries(self, input: Query) -> Self
pub fn queries(self, input: Query) -> Self
Appends an item to queries
.
To override the contents of this collection use set_queries
.
sourcepub fn set_queries(self, input: Option<Vec<Query>>) -> Self
pub fn set_queries(self, input: Option<Vec<Query>>) -> Self
sourcepub fn build(self) -> QueriesConfig
pub fn build(self) -> QueriesConfig
Consumes the builder and constructs a QueriesConfig
.