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