pub struct Builder { /* private fields */ }
Expand description
A builder for ResourceUnavailableException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The exception error message.
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
The identifier of the resource that is not available.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
The identifier of the resource that is not available.
sourcepub fn build(self) -> ResourceUnavailableException
pub fn build(self) -> ResourceUnavailableException
Consumes the builder and constructs a ResourceUnavailableException
.