Struct aws_sdk_workmail::model::domain::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Domain
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
The fully qualified domain name.
sourcepub fn set_domain_name(self, input: Option<String>) -> Self
pub fn set_domain_name(self, input: Option<String>) -> Self
The fully qualified domain name.
sourcepub fn hosted_zone_id(self, input: impl Into<String>) -> Self
pub fn hosted_zone_id(self, input: impl Into<String>) -> Self
The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53.
sourcepub fn set_hosted_zone_id(self, input: Option<String>) -> Self
pub fn set_hosted_zone_id(self, input: Option<String>) -> Self
The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53.