Struct aws_sdk_mobile::error::too_many_requests_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TooManyRequestsException
.
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) -> TooManyRequestsException
pub fn build(self) -> TooManyRequestsException
Consumes the builder and constructs a TooManyRequestsException
.