Class ModifyTransitGatewayOptions
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.ModifyTransitGatewayOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModifyTransitGatewayOptions.Builder,ModifyTransitGatewayOptions>
@Generated("software.amazon.awssdk:codegen") public final class ModifyTransitGatewayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModifyTransitGatewayOptions.Builder,ModifyTransitGatewayOptions>
The transit gateway options.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModifyTransitGatewayOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>addTransitGatewayCidrBlocks()Adds IPv4 or IPv6 CIDR blocks for the transit gateway.LongamazonSideAsn()A private Autonomous System Number (ASN) for the Amazon side of a BGP session.StringassociationDefaultRouteTableId()The ID of the default association route table.AutoAcceptSharedAttachmentsValueautoAcceptSharedAttachments()Enable or disable automatic acceptance of attachment requests.StringautoAcceptSharedAttachmentsAsString()Enable or disable automatic acceptance of attachment requests.static ModifyTransitGatewayOptions.Builderbuilder()DefaultRouteTableAssociationValuedefaultRouteTableAssociation()Enable or disable automatic association with the default association route table.StringdefaultRouteTableAssociationAsString()Enable or disable automatic association with the default association route table.DefaultRouteTablePropagationValuedefaultRouteTablePropagation()Indicates whether resource attachments automatically propagate routes to the default propagation route table.StringdefaultRouteTablePropagationAsString()Indicates whether resource attachments automatically propagate routes to the default propagation route table.DnsSupportValuednsSupport()Enable or disable DNS support.StringdnsSupportAsString()Enable or disable DNS support.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasAddTransitGatewayCidrBlocks()For responses, this returns true if the service returned a value for the AddTransitGatewayCidrBlocks property.inthashCode()booleanhasRemoveTransitGatewayCidrBlocks()For responses, this returns true if the service returned a value for the RemoveTransitGatewayCidrBlocks property.StringpropagationDefaultRouteTableId()The ID of the default propagation route table.List<String>removeTransitGatewayCidrBlocks()Removes CIDR blocks for the transit gateway.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()SecurityGroupReferencingSupportValuesecurityGroupReferencingSupport()Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.StringsecurityGroupReferencingSupportAsString()Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.static Class<? extends ModifyTransitGatewayOptions.Builder>serializableBuilderClass()ModifyTransitGatewayOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.VpnEcmpSupportValuevpnEcmpSupport()Enable or disable Equal Cost Multipath Protocol support.StringvpnEcmpSupportAsString()Enable or disable Equal Cost Multipath Protocol support.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hasAddTransitGatewayCidrBlocks
public final boolean hasAddTransitGatewayCidrBlocks()
For responses, this returns true if the service returned a value for the AddTransitGatewayCidrBlocks property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
addTransitGatewayCidrBlocks
public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAddTransitGatewayCidrBlocks()method.- Returns:
- 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.
-
hasRemoveTransitGatewayCidrBlocks
public final boolean hasRemoveTransitGatewayCidrBlocks()
For responses, this returns true if the service returned a value for the RemoveTransitGatewayCidrBlocks property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
removeTransitGatewayCidrBlocks
public final List<String> removeTransitGatewayCidrBlocks()
Removes CIDR blocks for the transit gateway.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasRemoveTransitGatewayCidrBlocks()method.- Returns:
- Removes CIDR blocks for the transit gateway.
-
vpnEcmpSupport
public final VpnEcmpSupportValue vpnEcmpSupport()
Enable or disable Equal Cost Multipath Protocol support.
If the service returns an enum value that is not available in the current SDK version,
vpnEcmpSupportwill returnVpnEcmpSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvpnEcmpSupportAsString().- Returns:
- Enable or disable Equal Cost Multipath Protocol support.
- See Also:
VpnEcmpSupportValue
-
vpnEcmpSupportAsString
public final String vpnEcmpSupportAsString()
Enable or disable Equal Cost Multipath Protocol support.
If the service returns an enum value that is not available in the current SDK version,
vpnEcmpSupportwill returnVpnEcmpSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvpnEcmpSupportAsString().- Returns:
- Enable or disable Equal Cost Multipath Protocol support.
- See Also:
VpnEcmpSupportValue
-
dnsSupport
public final DnsSupportValue dnsSupport()
Enable or disable DNS support.
If the service returns an enum value that is not available in the current SDK version,
dnsSupportwill returnDnsSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdnsSupportAsString().- Returns:
- Enable or disable DNS support.
- See Also:
DnsSupportValue
-
dnsSupportAsString
public final String dnsSupportAsString()
Enable or disable DNS support.
If the service returns an enum value that is not available in the current SDK version,
dnsSupportwill returnDnsSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdnsSupportAsString().- Returns:
- Enable or disable DNS support.
- See Also:
DnsSupportValue
-
securityGroupReferencingSupport
public final SecurityGroupReferencingSupportValue securityGroupReferencingSupport()
Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
This option is disabled by default.
For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
If the service returns an enum value that is not available in the current SDK version,
securityGroupReferencingSupportwill returnSecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsecurityGroupReferencingSupportAsString().- Returns:
- Enables you to reference a security group across VPCs attached to a transit gateway to simplify security
group management.
This option is disabled by default.
For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
- See Also:
SecurityGroupReferencingSupportValue
-
securityGroupReferencingSupportAsString
public final String securityGroupReferencingSupportAsString()
Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
This option is disabled by default.
For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
If the service returns an enum value that is not available in the current SDK version,
securityGroupReferencingSupportwill returnSecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsecurityGroupReferencingSupportAsString().- Returns:
- Enables you to reference a security group across VPCs attached to a transit gateway to simplify security
group management.
This option is disabled by default.
For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
- See Also:
SecurityGroupReferencingSupportValue
-
autoAcceptSharedAttachments
public final AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments()
Enable or disable automatic acceptance of attachment requests.
If the service returns an enum value that is not available in the current SDK version,
autoAcceptSharedAttachmentswill returnAutoAcceptSharedAttachmentsValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoAcceptSharedAttachmentsAsString().- Returns:
- Enable or disable automatic acceptance of attachment requests.
- See Also:
AutoAcceptSharedAttachmentsValue
-
autoAcceptSharedAttachmentsAsString
public final String autoAcceptSharedAttachmentsAsString()
Enable or disable automatic acceptance of attachment requests.
If the service returns an enum value that is not available in the current SDK version,
autoAcceptSharedAttachmentswill returnAutoAcceptSharedAttachmentsValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoAcceptSharedAttachmentsAsString().- Returns:
- Enable or disable automatic acceptance of attachment requests.
- See Also:
AutoAcceptSharedAttachmentsValue
-
defaultRouteTableAssociation
public final DefaultRouteTableAssociationValue defaultRouteTableAssociation()
Enable or disable automatic association with the default association route table.
If the service returns an enum value that is not available in the current SDK version,
defaultRouteTableAssociationwill returnDefaultRouteTableAssociationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultRouteTableAssociationAsString().- Returns:
- Enable or disable automatic association with the default association route table.
- See Also:
DefaultRouteTableAssociationValue
-
defaultRouteTableAssociationAsString
public final String defaultRouteTableAssociationAsString()
Enable or disable automatic association with the default association route table.
If the service returns an enum value that is not available in the current SDK version,
defaultRouteTableAssociationwill returnDefaultRouteTableAssociationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultRouteTableAssociationAsString().- Returns:
- Enable or disable automatic association with the default association route table.
- See Also:
DefaultRouteTableAssociationValue
-
associationDefaultRouteTableId
public final String associationDefaultRouteTableId()
The ID of the default association route table.
- Returns:
- The ID of the default association route table.
-
defaultRouteTablePropagation
public final DefaultRouteTablePropagationValue defaultRouteTablePropagation()
Indicates whether resource attachments automatically propagate routes to the default propagation route table. Enabled by default. If
defaultRouteTablePropagationis set toenable, Amazon Web Services Transit Gateway will create the default transit gateway route table.If the service returns an enum value that is not available in the current SDK version,
defaultRouteTablePropagationwill returnDefaultRouteTablePropagationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultRouteTablePropagationAsString().- Returns:
- Indicates whether resource attachments automatically propagate routes to the default propagation route
table. Enabled by default. If
defaultRouteTablePropagationis set toenable, Amazon Web Services Transit Gateway will create the default transit gateway route table. - See Also:
DefaultRouteTablePropagationValue
-
defaultRouteTablePropagationAsString
public final String defaultRouteTablePropagationAsString()
Indicates whether resource attachments automatically propagate routes to the default propagation route table. Enabled by default. If
defaultRouteTablePropagationis set toenable, Amazon Web Services Transit Gateway will create the default transit gateway route table.If the service returns an enum value that is not available in the current SDK version,
defaultRouteTablePropagationwill returnDefaultRouteTablePropagationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultRouteTablePropagationAsString().- Returns:
- Indicates whether resource attachments automatically propagate routes to the default propagation route
table. Enabled by default. If
defaultRouteTablePropagationis set toenable, Amazon Web Services Transit Gateway will create the default transit gateway route table. - See Also:
DefaultRouteTablePropagationValue
-
propagationDefaultRouteTableId
public final String propagationDefaultRouteTableId()
The ID of the default propagation route table.
- Returns:
- The ID of the default propagation route table.
-
amazonSideAsn
public final 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.
The modify ASN operation is not allowed on a transit gateway if it has the following attachments:
-
Dynamic VPN
-
Static VPN
-
Direct Connect Gateway
-
Connect
You must first delete all transit gateway attachments configured prior to modifying the ASN on the transit gateway.
- Returns:
- 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.
The modify ASN operation is not allowed on a transit gateway if it has the following attachments:
-
Dynamic VPN
-
Static VPN
-
Direct Connect Gateway
-
Connect
You must first delete all transit gateway attachments configured prior to modifying the ASN on the transit gateway.
-
-
-
toBuilder
public ModifyTransitGatewayOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModifyTransitGatewayOptions.Builder,ModifyTransitGatewayOptions>
-
builder
public static ModifyTransitGatewayOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModifyTransitGatewayOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-