pub struct Builder { /* private fields */ }
Expand description
A builder for ServiceUnavailableException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn retry_after_seconds(self, input: impl Into<String>) -> Self
pub fn retry_after_seconds(self, input: impl Into<String>) -> Self
The Exception Error Message.
sourcepub fn set_retry_after_seconds(self, input: Option<String>) -> Self
pub fn set_retry_after_seconds(self, input: Option<String>) -> Self
The Exception Error Message.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The Exception Error Message.
sourcepub fn build(self) -> ServiceUnavailableException
pub fn build(self) -> ServiceUnavailableException
Consumes the builder and constructs a ServiceUnavailableException
.