Struct aws_sdk_athena::output::get_query_execution_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetQueryExecutionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn query_execution(self, input: QueryExecution) -> Self
pub fn query_execution(self, input: QueryExecution) -> Self
Information about the query execution.
sourcepub fn set_query_execution(self, input: Option<QueryExecution>) -> Self
pub fn set_query_execution(self, input: Option<QueryExecution>) -> Self
Information about the query execution.
sourcepub fn build(self) -> GetQueryExecutionOutput
pub fn build(self) -> GetQueryExecutionOutput
Consumes the builder and constructs a GetQueryExecutionOutput
.