pub struct Builder { /* private fields */ }
Expand description
A builder for EntityNotExistsException
.
Implementations§
source§impl Builder
impl Builder
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn entity_ids(self, input: impl Into<String>) -> Self
pub fn entity_ids(self, input: impl Into<String>) -> Self
Appends an item to entity_ids
.
To override the contents of this collection use set_entity_ids
.
The IDs of the non-existent resources.
sourcepub fn set_entity_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_entity_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the non-existent resources.
sourcepub fn build(self) -> EntityNotExistsException
pub fn build(self) -> EntityNotExistsException
Consumes the builder and constructs a EntityNotExistsException
.