Struct aws_sdk_ec2::model::classic_link_dns_support::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ClassicLinkDnsSupport
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn classic_link_dns_supported(self, input: bool) -> Self
pub fn classic_link_dns_supported(self, input: bool) -> Self
Indicates whether ClassicLink DNS support is enabled for the VPC.
sourcepub fn set_classic_link_dns_supported(self, input: Option<bool>) -> Self
pub fn set_classic_link_dns_supported(self, input: Option<bool>) -> Self
Indicates whether ClassicLink DNS support is enabled for the VPC.
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the VPC.
sourcepub fn build(self) -> ClassicLinkDnsSupport
pub fn build(self) -> ClassicLinkDnsSupport
Consumes the builder and constructs a ClassicLinkDnsSupport
.