Struct aws_sdk_athena::input::get_query_execution_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetQueryExecutionInput
.
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 execution.
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 execution.
sourcepub fn build(self) -> Result<GetQueryExecutionInput, BuildError>
pub fn build(self) -> Result<GetQueryExecutionInput, BuildError>
Consumes the builder and constructs a GetQueryExecutionInput
.