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.
|
copy
applyMutation, build
TransitGatewayRequestOptions.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
,
AutoAcceptSharedAttachmentsValue
TransitGatewayRequestOptions.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
,
AutoAcceptSharedAttachmentsValue
TransitGatewayRequestOptions.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
,
DefaultRouteTableAssociationValue
TransitGatewayRequestOptions.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
,
DefaultRouteTableAssociationValue
TransitGatewayRequestOptions.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
,
DefaultRouteTablePropagationValue
TransitGatewayRequestOptions.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
,
DefaultRouteTablePropagationValue
TransitGatewayRequestOptions.Builder vpnEcmpSupport(String vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
vpnEcmpSupport
- Enable or disable Equal Cost Multipath Protocol support.VpnEcmpSupportValue
,
VpnEcmpSupportValue
TransitGatewayRequestOptions.Builder vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
vpnEcmpSupport
- Enable or disable Equal Cost Multipath Protocol support.VpnEcmpSupportValue
,
VpnEcmpSupportValue
TransitGatewayRequestOptions.Builder dnsSupport(String dnsSupport)
Enable or disable DNS support.
dnsSupport
- Enable or disable DNS support.DnsSupportValue
,
DnsSupportValue
TransitGatewayRequestOptions.Builder dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
dnsSupport
- Enable or disable DNS support.DnsSupportValue
,
DnsSupportValue
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.