pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetQueryExecutionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn query_executions(self, input: QueryExecution) -> Self
pub fn query_executions(self, input: QueryExecution) -> Self
Appends an item to query_executions
.
To override the contents of this collection use set_query_executions
.
Information about a query execution.
sourcepub fn set_query_executions(self, input: Option<Vec<QueryExecution>>) -> Self
pub fn set_query_executions(self, input: Option<Vec<QueryExecution>>) -> Self
Information about a query execution.
sourcepub fn unprocessed_query_execution_ids(
self,
input: UnprocessedQueryExecutionId
) -> Self
pub fn unprocessed_query_execution_ids( self, input: UnprocessedQueryExecutionId ) -> Self
Appends an item to unprocessed_query_execution_ids
.
To override the contents of this collection use set_unprocessed_query_execution_ids
.
Information about the query executions that failed to run.
sourcepub fn set_unprocessed_query_execution_ids(
self,
input: Option<Vec<UnprocessedQueryExecutionId>>
) -> Self
pub fn set_unprocessed_query_execution_ids( self, input: Option<Vec<UnprocessedQueryExecutionId>> ) -> Self
Information about the query executions that failed to run.
sourcepub fn build(self) -> BatchGetQueryExecutionOutput
pub fn build(self) -> BatchGetQueryExecutionOutput
Consumes the builder and constructs a BatchGetQueryExecutionOutput
.