Struct aws_sdk_kafka::error::forbidden_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ForbiddenException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn invalid_parameter(self, input: impl Into<String>) -> Self
pub fn invalid_parameter(self, input: impl Into<String>) -> Self
The parameter that caused the error.
sourcepub fn set_invalid_parameter(self, input: Option<String>) -> Self
pub fn set_invalid_parameter(self, input: Option<String>) -> Self
The parameter that caused the error.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The description of the error.
sourcepub fn build(self) -> ForbiddenException
pub fn build(self) -> ForbiddenException
Consumes the builder and constructs a ForbiddenException
.