Struct aws_sdk_athena::output::create_named_query_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateNamedQueryOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn named_query_id(self, input: impl Into<String>) -> Self
pub fn named_query_id(self, input: impl Into<String>) -> Self
The unique ID of the query.
sourcepub fn set_named_query_id(self, input: Option<String>) -> Self
pub fn set_named_query_id(self, input: Option<String>) -> Self
The unique ID of the query.
sourcepub fn build(self) -> CreateNamedQueryOutput
pub fn build(self) -> CreateNamedQueryOutput
Consumes the builder and constructs a CreateNamedQueryOutput
.