public static interface TransitGatewayRequestOptions.Builder extends SdkPojo, CopyableBuilder<TransitGatewayRequestOptions.Builder,TransitGatewayRequestOptions>
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayRequestOptions.Builder |
amazonSideAsn(Long amazonSideAsn)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
TransitGatewayRequestOptions.Builder |
autoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
TransitGatewayRequestOptions.Builder |
autoAcceptSharedAttachments(String autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
TransitGatewayRequestOptions.Builder |
defaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
TransitGatewayRequestOptions.Builder |
defaultRouteTableAssociation(String defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
TransitGatewayRequestOptions.Builder |
defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
TransitGatewayRequestOptions.Builder |
defaultRouteTablePropagation(String defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
TransitGatewayRequestOptions.Builder |
dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
TransitGatewayRequestOptions.Builder |
dnsSupport(String dnsSupport)
Enable or disable DNS support.
|
TransitGatewayRequestOptions.Builder |
vpnEcmpSupport(String vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
TransitGatewayRequestOptions.Builder |
vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
copyapplyMutation, buildTransitGatewayRequestOptions.Builder amazonSideAsn(Long amazonSideAsn)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.
amazonSideAsn - A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to
65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.TransitGatewayRequestOptions.Builder autoAcceptSharedAttachments(String autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests. The default is disable.
autoAcceptSharedAttachments - Enable or disable automatic acceptance of attachment requests. The default is disable.AutoAcceptSharedAttachmentsValue,
AutoAcceptSharedAttachmentsValueTransitGatewayRequestOptions.Builder autoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests. The default is disable.
autoAcceptSharedAttachments - Enable or disable automatic acceptance of attachment requests. The default is disable.AutoAcceptSharedAttachmentsValue,
AutoAcceptSharedAttachmentsValueTransitGatewayRequestOptions.Builder defaultRouteTableAssociation(String defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table. The default is
enable.
defaultRouteTableAssociation - Enable or disable automatic association with the default association route table. The default is
enable.DefaultRouteTableAssociationValue,
DefaultRouteTableAssociationValueTransitGatewayRequestOptions.Builder defaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table. The default is
enable.
defaultRouteTableAssociation - Enable or disable automatic association with the default association route table. The default is
enable.DefaultRouteTableAssociationValue,
DefaultRouteTableAssociationValueTransitGatewayRequestOptions.Builder defaultRouteTablePropagation(String defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table. The default is
enable.
defaultRouteTablePropagation - Enable or disable automatic propagation of routes to the default propagation route table. The default
is enable.DefaultRouteTablePropagationValue,
DefaultRouteTablePropagationValueTransitGatewayRequestOptions.Builder defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table. The default is
enable.
defaultRouteTablePropagation - Enable or disable automatic propagation of routes to the default propagation route table. The default
is enable.DefaultRouteTablePropagationValue,
DefaultRouteTablePropagationValueTransitGatewayRequestOptions.Builder vpnEcmpSupport(String vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
vpnEcmpSupport - Enable or disable Equal Cost Multipath Protocol support.VpnEcmpSupportValue,
VpnEcmpSupportValueTransitGatewayRequestOptions.Builder vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
vpnEcmpSupport - Enable or disable Equal Cost Multipath Protocol support.VpnEcmpSupportValue,
VpnEcmpSupportValueTransitGatewayRequestOptions.Builder dnsSupport(String dnsSupport)
Enable or disable DNS support.
dnsSupport - Enable or disable DNS support.DnsSupportValue,
DnsSupportValueTransitGatewayRequestOptions.Builder dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
dnsSupport - Enable or disable DNS support.DnsSupportValue,
DnsSupportValueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.