public static interface ModifyTransitGatewayOptions.Builder extends SdkPojo, CopyableBuilder<ModifyTransitGatewayOptions.Builder,ModifyTransitGatewayOptions>
| Modifier and Type | Method and Description |
|---|---|
ModifyTransitGatewayOptions.Builder |
addTransitGatewayCidrBlocks(Collection<String> addTransitGatewayCidrBlocks)
Adds IPv4 or IPv6 CIDR blocks for the transit gateway.
|
ModifyTransitGatewayOptions.Builder |
addTransitGatewayCidrBlocks(String... addTransitGatewayCidrBlocks)
Adds IPv4 or IPv6 CIDR blocks for the transit gateway.
|
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 |
removeTransitGatewayCidrBlocks(Collection<String> removeTransitGatewayCidrBlocks)
Removes CIDR blocks for the transit gateway.
|
ModifyTransitGatewayOptions.Builder |
removeTransitGatewayCidrBlocks(String... removeTransitGatewayCidrBlocks)
Removes CIDR blocks for the transit gateway.
|
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, sdkFieldscopyapplyMutation, buildModifyTransitGatewayOptions.Builder addTransitGatewayCidrBlocks(Collection<String> addTransitGatewayCidrBlocks)
Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.
addTransitGatewayCidrBlocks - Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for
IPv4, or a size /64 CIDR block or larger for IPv6.ModifyTransitGatewayOptions.Builder addTransitGatewayCidrBlocks(String... addTransitGatewayCidrBlocks)
Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.
addTransitGatewayCidrBlocks - Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for
IPv4, or a size /64 CIDR block or larger for IPv6.ModifyTransitGatewayOptions.Builder removeTransitGatewayCidrBlocks(Collection<String> removeTransitGatewayCidrBlocks)
Removes CIDR blocks for the transit gateway.
removeTransitGatewayCidrBlocks - Removes CIDR blocks for the transit gateway.ModifyTransitGatewayOptions.Builder removeTransitGatewayCidrBlocks(String... removeTransitGatewayCidrBlocks)
Removes CIDR blocks for the transit gateway.
removeTransitGatewayCidrBlocks - Removes CIDR blocks for the transit gateway.ModifyTransitGatewayOptions.Builder vpnEcmpSupport(String vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
vpnEcmpSupport - Enable or disable Equal Cost Multipath Protocol support.VpnEcmpSupportValue,
VpnEcmpSupportValueModifyTransitGatewayOptions.Builder vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
vpnEcmpSupport - Enable or disable Equal Cost Multipath Protocol support.VpnEcmpSupportValue,
VpnEcmpSupportValueModifyTransitGatewayOptions.Builder dnsSupport(String dnsSupport)
Enable or disable DNS support.
dnsSupport - Enable or disable DNS support.DnsSupportValue,
DnsSupportValueModifyTransitGatewayOptions.Builder dnsSupport(DnsSupportValue dnsSupport)
Enable or disable DNS support.
dnsSupport - Enable or disable DNS support.DnsSupportValue,
DnsSupportValueModifyTransitGatewayOptions.Builder autoAcceptSharedAttachments(String autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
autoAcceptSharedAttachments - Enable or disable automatic acceptance of attachment requests.AutoAcceptSharedAttachmentsValue,
AutoAcceptSharedAttachmentsValueModifyTransitGatewayOptions.Builder autoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
autoAcceptSharedAttachments - Enable or disable automatic acceptance of attachment requests.AutoAcceptSharedAttachmentsValue,
AutoAcceptSharedAttachmentsValueModifyTransitGatewayOptions.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,
DefaultRouteTableAssociationValueModifyTransitGatewayOptions.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,
DefaultRouteTableAssociationValueModifyTransitGatewayOptions.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,
DefaultRouteTablePropagationValueModifyTransitGatewayOptions.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,
DefaultRouteTablePropagationValueModifyTransitGatewayOptions.Builder propagationDefaultRouteTableId(String propagationDefaultRouteTableId)
The ID of the default propagation route table.
propagationDefaultRouteTableId - The ID of the default propagation route table.Copyright © 2022. All rights reserved.