Class TransitGatewayRequestOptions

java.lang.Object
software.amazon.awssdk.services.ec2.model.TransitGatewayRequestOptions
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<TransitGatewayRequestOptions.Builder,TransitGatewayRequestOptions>

@Generated("software.amazon.awssdk:codegen") public final class TransitGatewayRequestOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayRequestOptions.Builder,TransitGatewayRequestOptions>

Describes the options for a transit gateway.

See Also:
  • Method Details

    • 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 default is 64512.

      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 default is 64512.
    • autoAcceptSharedAttachments

      public final AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments()

      Enable or disable automatic acceptance of attachment requests. Disabled by default.

      If the service returns an enum value that is not available in the current SDK version, autoAcceptSharedAttachments will return AutoAcceptSharedAttachmentsValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from autoAcceptSharedAttachmentsAsString().

      Returns:
      Enable or disable automatic acceptance of attachment requests. Disabled by default.
      See Also:
    • autoAcceptSharedAttachmentsAsString

      public final String autoAcceptSharedAttachmentsAsString()

      Enable or disable automatic acceptance of attachment requests. Disabled by default.

      If the service returns an enum value that is not available in the current SDK version, autoAcceptSharedAttachments will return AutoAcceptSharedAttachmentsValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from autoAcceptSharedAttachmentsAsString().

      Returns:
      Enable or disable automatic acceptance of attachment requests. Disabled by default.
      See Also:
    • defaultRouteTableAssociation

      public final DefaultRouteTableAssociationValue defaultRouteTableAssociation()

      Enable or disable automatic association with the default association route table. Enabled by default.

      If the service returns an enum value that is not available in the current SDK version, defaultRouteTableAssociation will return DefaultRouteTableAssociationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from defaultRouteTableAssociationAsString().

      Returns:
      Enable or disable automatic association with the default association route table. Enabled by default.
      See Also:
    • defaultRouteTableAssociationAsString

      public final String defaultRouteTableAssociationAsString()

      Enable or disable automatic association with the default association route table. Enabled by default.

      If the service returns an enum value that is not available in the current SDK version, defaultRouteTableAssociation will return DefaultRouteTableAssociationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from defaultRouteTableAssociationAsString().

      Returns:
      Enable or disable automatic association with the default association route table. Enabled by default.
      See Also:
    • defaultRouteTablePropagation

      public final DefaultRouteTablePropagationValue defaultRouteTablePropagation()

      Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.

      If the service returns an enum value that is not available in the current SDK version, defaultRouteTablePropagation will return DefaultRouteTablePropagationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from defaultRouteTablePropagationAsString().

      Returns:
      Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.
      See Also:
    • defaultRouteTablePropagationAsString

      public final String defaultRouteTablePropagationAsString()

      Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.

      If the service returns an enum value that is not available in the current SDK version, defaultRouteTablePropagation will return DefaultRouteTablePropagationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from defaultRouteTablePropagationAsString().

      Returns:
      Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.
      See Also:
    • vpnEcmpSupport

      public final VpnEcmpSupportValue vpnEcmpSupport()

      Enable or disable Equal Cost Multipath Protocol support. Enabled by default.

      If the service returns an enum value that is not available in the current SDK version, vpnEcmpSupport will return VpnEcmpSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from vpnEcmpSupportAsString().

      Returns:
      Enable or disable Equal Cost Multipath Protocol support. Enabled by default.
      See Also:
    • vpnEcmpSupportAsString

      public final String vpnEcmpSupportAsString()

      Enable or disable Equal Cost Multipath Protocol support. Enabled by default.

      If the service returns an enum value that is not available in the current SDK version, vpnEcmpSupport will return VpnEcmpSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from vpnEcmpSupportAsString().

      Returns:
      Enable or disable Equal Cost Multipath Protocol support. Enabled by default.
      See Also:
    • dnsSupport

      public final DnsSupportValue dnsSupport()

      Enable or disable DNS support. Enabled by default.

      If the service returns an enum value that is not available in the current SDK version, dnsSupport will return DnsSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from dnsSupportAsString().

      Returns:
      Enable or disable DNS support. Enabled by default.
      See Also:
    • dnsSupportAsString

      public final String dnsSupportAsString()

      Enable or disable DNS support. Enabled by default.

      If the service returns an enum value that is not available in the current SDK version, dnsSupport will return DnsSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from dnsSupportAsString().

      Returns:
      Enable or disable DNS support. Enabled by default.
      See Also:
    • securityGroupReferencingSupport

      public final SecurityGroupReferencingSupportValue securityGroupReferencingSupport()

      This parameter is in preview and may not be available for your account.

      Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

      If the service returns an enum value that is not available in the current SDK version, securityGroupReferencingSupport will return SecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from securityGroupReferencingSupportAsString().

      Returns:

      This parameter is in preview and may not be available for your account.

      Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

      See Also:
    • securityGroupReferencingSupportAsString

      public final String securityGroupReferencingSupportAsString()

      This parameter is in preview and may not be available for your account.

      Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

      If the service returns an enum value that is not available in the current SDK version, securityGroupReferencingSupport will return SecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from securityGroupReferencingSupportAsString().

      Returns:

      This parameter is in preview and may not be available for your account.

      Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

      See Also:
    • multicastSupport

      public final MulticastSupportValue 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, multicastSupport will return MulticastSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from multicastSupportAsString().

      Returns:
      Indicates whether multicast is enabled on the transit gateway
      See Also:
    • multicastSupportAsString

      public final String 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, multicastSupport will return MulticastSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from multicastSupportAsString().

      Returns:
      Indicates whether multicast is enabled on the transit gateway
      See Also:
    • 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 the isEmpty() 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

      public final List<String> transitGatewayCidrBlocks()

      One or more 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 hasTransitGatewayCidrBlocks() method.

      Returns:
      One or more 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.
    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<TransitGatewayRequestOptions.Builder,TransitGatewayRequestOptions>
      Returns:
      a builder for type T
    • builder

      public static TransitGatewayRequestOptions.Builder builder()
    • serializableBuilderClass

      public static Class<? extends TransitGatewayRequestOptions.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.