Struct aws_sdk_ec2::model::dns_entry::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DnsEntry
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_dns_name(self, input: Option<String>) -> Self
pub fn set_dns_name(self, input: Option<String>) -> Self
The DNS name.
sourcepub fn hosted_zone_id(self, input: impl Into<String>) -> Self
pub fn hosted_zone_id(self, input: impl Into<String>) -> Self
The ID of the private hosted zone.
sourcepub fn set_hosted_zone_id(self, input: Option<String>) -> Self
pub fn set_hosted_zone_id(self, input: Option<String>) -> Self
The ID of the private hosted zone.