Struct aws_sdk_athena::model::unprocessed_named_query_id::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UnprocessedNamedQueryId
.
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 identifier of the named 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 identifier of the named query.
sourcepub fn error_code(self, input: impl Into<String>) -> Self
pub fn error_code(self, input: impl Into<String>) -> Self
The error code returned when the processing request for the named query failed, if applicable.
sourcepub fn set_error_code(self, input: Option<String>) -> Self
pub fn set_error_code(self, input: Option<String>) -> Self
The error code returned when the processing request for the named query failed, if applicable.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
The error message returned when the processing request for the named query failed, if applicable.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
The error message returned when the processing request for the named query failed, if applicable.
sourcepub fn build(self) -> UnprocessedNamedQueryId
pub fn build(self) -> UnprocessedNamedQueryId
Consumes the builder and constructs a UnprocessedNamedQueryId
.