Class TransitGatewayOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransitGatewayOptions.Builder,TransitGatewayOptions>
Describes the options for a transit gateway.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal LongA private Autonomous System Number (ASN) for the Amazon side of a BGP session.final StringThe ID of the default association route table.Indicates whether attachment requests are automatically accepted.final StringIndicates whether attachment requests are automatically accepted.builder()Indicates whether resource attachments are automatically associated with the default association route table.final StringIndicates whether resource attachments are automatically associated with the default association route table.Indicates whether resource attachments automatically propagate routes to the default propagation route table.final StringIndicates whether resource attachments automatically propagate routes to the default propagation route table.final DnsSupportValueIndicates whether DNS support is enabled.final StringIndicates whether DNS support is enabled.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the TransitGatewayCidrBlocks property.final MulticastSupportValueIndicates whether multicast is enabled on the transit gatewayfinal StringIndicates whether multicast is enabled on the transit gatewayfinal StringThe ID of the default propagation route table.Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.final StringEnables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.static Class<? extends TransitGatewayOptions.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.The transit gateway CIDR blocks.final VpnEcmpSupportValueIndicates whether Equal Cost Multipath Protocol support is enabled.final StringIndicates whether Equal Cost Multipath Protocol support is enabled.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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.
- 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.
-
hasTransitGatewayCidrBlocks
public final boolean hasTransitGatewayCidrBlocks()For responses, this returns true if the service returned a value for the TransitGatewayCidrBlocks 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. -
transitGatewayCidrBlocks
The transit gateway CIDR blocks.
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
hasTransitGatewayCidrBlocks()method.- Returns:
- The transit gateway CIDR blocks.
-
defaultRouteTableAssociation
Indicates whether resource attachments are automatically associated 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:
- Indicates whether resource attachments are automatically associated with the default association route table.
- See Also:
-
defaultRouteTableAssociationAsString
Indicates whether resource attachments are automatically associated 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:
- Indicates whether resource attachments are automatically associated with the default association route table.
- See Also:
-
associationDefaultRouteTableId
The ID of the default association route table.
- Returns:
- The ID of the default association route table.
-
defaultRouteTablePropagation
Indicates whether resource attachments automatically propagate routes to the default propagation 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.
- See Also:
-
defaultRouteTablePropagationAsString
Indicates whether resource attachments automatically propagate routes to the default propagation 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.
- See Also:
-
propagationDefaultRouteTableId
The ID of the default propagation route table.
- Returns:
- The ID of the default propagation route table.
-
vpnEcmpSupport
Indicates whether Equal Cost Multipath Protocol support is enabled.
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:
- Indicates whether Equal Cost Multipath Protocol support is enabled.
- See Also:
-
vpnEcmpSupportAsString
Indicates whether Equal Cost Multipath Protocol support is enabled.
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:
- Indicates whether Equal Cost Multipath Protocol support is enabled.
- See Also:
-
dnsSupport
Indicates whether DNS support is enabled.
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:
- Indicates whether DNS support is enabled.
- See Also:
-
dnsSupportAsString
Indicates whether DNS support is enabled.
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:
- Indicates whether DNS support is enabled.
- See Also:
-
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.
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.
- See Also:
-
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.
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.
- See Also:
-
multicastSupport
Indicates whether multicast is enabled on the transit gateway
If the service returns an enum value that is not available in the current SDK version,
multicastSupportwill returnMulticastSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommulticastSupportAsString().- Returns:
- Indicates whether multicast is enabled on the transit gateway
- See Also:
-
multicastSupportAsString
Indicates whether multicast is enabled on the transit gateway
If the service returns an enum value that is not available in the current SDK version,
multicastSupportwill returnMulticastSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommulticastSupportAsString().- Returns:
- Indicates whether multicast is enabled on the transit gateway
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<TransitGatewayOptions.Builder,TransitGatewayOptions> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-