pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidS3ConfigurationException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn bucket(self, input: impl Into<String>) -> Self
pub fn bucket(self, input: impl Into<String>) -> Self
Indicated that the S3 Bucket was not found.
sourcepub fn set_bucket(self, input: Option<String>) -> Self
pub fn set_bucket(self, input: Option<String>) -> Self
Indicated that the S3 Bucket was not found.
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn build(self) -> InvalidS3ConfigurationException
pub fn build(self) -> InvalidS3ConfigurationException
Consumes the builder and constructs a InvalidS3ConfigurationException
.