pub struct Builder { /* private fields */ }
Expand description
A builder for StartQueryExecutionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn query_execution_id(self, input: impl Into<String>) -> Self
pub fn query_execution_id(self, input: impl Into<String>) -> Self
The unique ID of the query that ran as a result of this request.
sourcepub fn set_query_execution_id(self, input: Option<String>) -> Self
pub fn set_query_execution_id(self, input: Option<String>) -> Self
The unique ID of the query that ran as a result of this request.
sourcepub fn build(self) -> StartQueryExecutionOutput
pub fn build(self) -> StartQueryExecutionOutput
Consumes the builder and constructs a StartQueryExecutionOutput
.