Struct aws_sdk_sns::error::endpoint_disabled_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EndpointDisabledException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
Message for endpoint disabled.
sourcepub fn build(self) -> EndpointDisabledException
pub fn build(self) -> EndpointDisabledException
Consumes the builder and constructs a EndpointDisabledException
.