pub struct Builder { /* private fields */ }
Expand description
A builder for DataAlreadyExistsException
.
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 set_checksum(self, input: Option<String>) -> Self
pub fn set_checksum(self, input: Option<String>) -> Self
Data checksum used
sourcepub fn checksum_algorithm(self, input: impl Into<String>) -> Self
pub fn checksum_algorithm(self, input: impl Into<String>) -> Self
Checksum algorithm used
sourcepub fn set_checksum_algorithm(self, input: Option<String>) -> Self
pub fn set_checksum_algorithm(self, input: Option<String>) -> Self
Checksum algorithm used
sourcepub fn build(self) -> DataAlreadyExistsException
pub fn build(self) -> DataAlreadyExistsException
Consumes the builder and constructs a DataAlreadyExistsException
.