public static interface TransitGatewayVpcAttachmentOptions.Builder extends SdkPojo, CopyableBuilder<TransitGatewayVpcAttachmentOptions.Builder,TransitGatewayVpcAttachmentOptions>
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayVpcAttachmentOptions.Builder |
dnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
|
TransitGatewayVpcAttachmentOptions.Builder |
dnsSupport(String dnsSupport)
Indicates whether DNS support is enabled.
|
TransitGatewayVpcAttachmentOptions.Builder |
ipv6Support(Ipv6SupportValue ipv6Support)
Indicates whether IPv6 support is enabled.
|
TransitGatewayVpcAttachmentOptions.Builder |
ipv6Support(String ipv6Support)
Indicates whether IPv6 support is enabled.
|
copyapplyMutation, buildTransitGatewayVpcAttachmentOptions.Builder dnsSupport(String dnsSupport)
Indicates whether DNS support is enabled.
dnsSupport - Indicates whether DNS support is enabled.DnsSupportValue,
DnsSupportValueTransitGatewayVpcAttachmentOptions.Builder dnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
dnsSupport - Indicates whether DNS support is enabled.DnsSupportValue,
DnsSupportValueTransitGatewayVpcAttachmentOptions.Builder ipv6Support(String ipv6Support)
Indicates whether IPv6 support is enabled.
ipv6Support - Indicates whether IPv6 support is enabled.Ipv6SupportValue,
Ipv6SupportValueTransitGatewayVpcAttachmentOptions.Builder ipv6Support(Ipv6SupportValue ipv6Support)
Indicates whether IPv6 support is enabled.
ipv6Support - Indicates whether IPv6 support is enabled.Ipv6SupportValue,
Ipv6SupportValueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.