Struct aws_sdk_athena::input::batch_get_named_query_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BatchGetNamedQueryInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn named_query_ids(self, input: impl Into<String>) -> Self
pub fn named_query_ids(self, input: impl Into<String>) -> Self
Appends an item to named_query_ids.
To override the contents of this collection use set_named_query_ids.
An array of query IDs.
sourcepub fn set_named_query_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_named_query_ids(self, input: Option<Vec<String>>) -> Self
An array of query IDs.
sourcepub fn build(self) -> Result<BatchGetNamedQueryInput, BuildError>
pub fn build(self) -> Result<BatchGetNamedQueryInput, BuildError>
Consumes the builder and constructs a BatchGetNamedQueryInput.