pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetNamedQueryOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn named_queries(self, input: NamedQuery) -> Self
pub fn named_queries(self, input: NamedQuery) -> Self
Appends an item to named_queries
.
To override the contents of this collection use set_named_queries
.
Information about the named query IDs submitted.
sourcepub fn set_named_queries(self, input: Option<Vec<NamedQuery>>) -> Self
pub fn set_named_queries(self, input: Option<Vec<NamedQuery>>) -> Self
Information about the named query IDs submitted.
sourcepub fn unprocessed_named_query_ids(self, input: UnprocessedNamedQueryId) -> Self
pub fn unprocessed_named_query_ids(self, input: UnprocessedNamedQueryId) -> Self
Appends an item to unprocessed_named_query_ids
.
To override the contents of this collection use set_unprocessed_named_query_ids
.
Information about provided query IDs.
sourcepub fn set_unprocessed_named_query_ids(
self,
input: Option<Vec<UnprocessedNamedQueryId>>
) -> Self
pub fn set_unprocessed_named_query_ids( self, input: Option<Vec<UnprocessedNamedQueryId>> ) -> Self
Information about provided query IDs.
sourcepub fn build(self) -> BatchGetNamedQueryOutput
pub fn build(self) -> BatchGetNamedQueryOutput
Consumes the builder and constructs a BatchGetNamedQueryOutput
.