pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteAvailabilityConfigurationInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The WorkMail organization for which the AvailabilityConfiguration
will be deleted.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The WorkMail organization for which the AvailabilityConfiguration
will be deleted.
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
The domain for which the AvailabilityConfiguration
will be deleted.
sourcepub fn set_domain_name(self, input: Option<String>) -> Self
pub fn set_domain_name(self, input: Option<String>) -> Self
The domain for which the AvailabilityConfiguration
will be deleted.
sourcepub fn build(self) -> Result<DeleteAvailabilityConfigurationInput, BuildError>
pub fn build(self) -> Result<DeleteAvailabilityConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteAvailabilityConfigurationInput
.