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