Struct aws_sdk_athena::error::invalid_request_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidRequestException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn athena_error_code(self, input: impl Into<String>) -> Self
pub fn athena_error_code(self, input: impl Into<String>) -> Self
The error code returned when the query execution failed to process, or when the processing request for the named query failed.
sourcepub fn set_athena_error_code(self, input: Option<String>) -> Self
pub fn set_athena_error_code(self, input: Option<String>) -> Self
The error code returned when the query execution failed to process, or when the processing request for the named query failed.
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn build(self) -> InvalidRequestException
pub fn build(self) -> InvalidRequestException
Consumes the builder and constructs a InvalidRequestException
.