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