pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDefaultMailDomainInput
.
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 to list domains.
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 to list domains.
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
The domain name that will become the default domain.
sourcepub fn set_domain_name(self, input: Option<String>) -> Self
pub fn set_domain_name(self, input: Option<String>) -> Self
The domain name that will become the default domain.
sourcepub fn build(self) -> Result<UpdateDefaultMailDomainInput, BuildError>
pub fn build(self) -> Result<UpdateDefaultMailDomainInput, BuildError>
Consumes the builder and constructs a UpdateDefaultMailDomainInput
.