public static interface ModifyTransitGatewayOptions.Builder extends SdkPojo, CopyableBuilder<ModifyTransitGatewayOptions.Builder,ModifyTransitGatewayOptions>
Modifier and Type | Method and Description |
---|---|
ModifyTransitGatewayOptions.Builder |
associationDefaultRouteTableId(String associationDefaultRouteTableId)
The ID of the default association route table.
|
ModifyTransitGatewayOptions.Builder |
autoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
ModifyTransitGatewayOptions.Builder |
autoAcceptSharedAttachments(String autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
ModifyTransitGatewayOptions.Builder |
defaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
ModifyTransitGatewayOptions.Builder |
defaultRouteTableAssociation(String defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
ModifyTransitGatewayOptions.Builder |
defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
ModifyTransitGatewayOptions.Builder |
defaultRouteTablePropagation(String defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
ModifyTransitGatewayOptions.Builder |
dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
|
ModifyTransitGatewayOptions.Builder |
dnsSupport(String dnsSupport)
Enable or disable DNS support.
|
ModifyTransitGatewayOptions.Builder |
propagationDefaultRouteTableId(String propagationDefaultRouteTableId)
The ID of the default propagation route table.
|
ModifyTransitGatewayOptions.Builder |
vpnEcmpSupport(String vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
ModifyTransitGatewayOptions.Builder |
vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyTransitGatewayOptions.Builder vpnEcmpSupport(String vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
vpnEcmpSupport
- Enable or disable Equal Cost Multipath Protocol support.VpnEcmpSupportValue
,
VpnEcmpSupportValue
ModifyTransitGatewayOptions.Builder vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
vpnEcmpSupport
- Enable or disable Equal Cost Multipath Protocol support.VpnEcmpSupportValue
,
VpnEcmpSupportValue
ModifyTransitGatewayOptions.Builder dnsSupport(String dnsSupport)
Enable or disable DNS support.
dnsSupport
- Enable or disable DNS support.DnsSupportValue
,
DnsSupportValue
ModifyTransitGatewayOptions.Builder dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
dnsSupport
- Enable or disable DNS support.DnsSupportValue
,
DnsSupportValue
ModifyTransitGatewayOptions.Builder autoAcceptSharedAttachments(String autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
autoAcceptSharedAttachments
- Enable or disable automatic acceptance of attachment requests.AutoAcceptSharedAttachmentsValue
,
AutoAcceptSharedAttachmentsValue
ModifyTransitGatewayOptions.Builder autoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
autoAcceptSharedAttachments
- Enable or disable automatic acceptance of attachment requests.AutoAcceptSharedAttachmentsValue
,
AutoAcceptSharedAttachmentsValue
ModifyTransitGatewayOptions.Builder defaultRouteTableAssociation(String defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
defaultRouteTableAssociation
- Enable or disable automatic association with the default association route table.DefaultRouteTableAssociationValue
,
DefaultRouteTableAssociationValue
ModifyTransitGatewayOptions.Builder defaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
defaultRouteTableAssociation
- Enable or disable automatic association with the default association route table.DefaultRouteTableAssociationValue
,
DefaultRouteTableAssociationValue
ModifyTransitGatewayOptions.Builder associationDefaultRouteTableId(String associationDefaultRouteTableId)
The ID of the default association route table.
associationDefaultRouteTableId
- The ID of the default association route table.ModifyTransitGatewayOptions.Builder defaultRouteTablePropagation(String defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
defaultRouteTablePropagation
- Enable or disable automatic propagation of routes to the default propagation route table.DefaultRouteTablePropagationValue
,
DefaultRouteTablePropagationValue
ModifyTransitGatewayOptions.Builder defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
defaultRouteTablePropagation
- Enable or disable automatic propagation of routes to the default propagation route table.DefaultRouteTablePropagationValue
,
DefaultRouteTablePropagationValue
ModifyTransitGatewayOptions.Builder propagationDefaultRouteTableId(String propagationDefaultRouteTableId)
The ID of the default propagation route table.
propagationDefaultRouteTableId
- The ID of the default propagation route table.Copyright © 2020. All rights reserved.