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.
|
copy
applyMutation, build
TransitGatewayVpcAttachmentOptions.Builder dnsSupport(String dnsSupport)
Indicates whether DNS support is enabled.
dnsSupport
- Indicates whether DNS support is enabled.DnsSupportValue
,
DnsSupportValue
TransitGatewayVpcAttachmentOptions.Builder dnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
dnsSupport
- Indicates whether DNS support is enabled.DnsSupportValue
,
DnsSupportValue
TransitGatewayVpcAttachmentOptions.Builder ipv6Support(String ipv6Support)
Indicates whether IPv6 support is enabled.
ipv6Support
- Indicates whether IPv6 support is enabled.Ipv6SupportValue
,
Ipv6SupportValue
TransitGatewayVpcAttachmentOptions.Builder ipv6Support(Ipv6SupportValue ipv6Support)
Indicates whether IPv6 support is enabled.
ipv6Support
- Indicates whether IPv6 support is enabled.Ipv6SupportValue
,
Ipv6SupportValue
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.