Class CreateTransitGatewayVpcAttachmentRequestOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateTransitGatewayVpcAttachmentRequestOptions.Builder,CreateTransitGatewayVpcAttachmentRequestOptions>
Describes the options for a VPC attachment.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionEnable or disable support for appliance mode.final StringEnable or disable support for appliance mode.builder()final DnsSupportValueEnable or disable DNS support.final StringEnable or disable DNS support.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Ipv6SupportValueEnable or disable IPv6 support.final StringEnable or disable IPv6 support.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 CreateTransitGatewayVpcAttachmentRequestOptions.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dnsSupport
Enable or disable DNS support. The default is
enable.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. The default is
enable. - See Also:
-
dnsSupportAsString
Enable or disable DNS support. The default is
enable.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. The default is
enable. - 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 set to
enableby default. However, at the transit gateway level the default is set todisable.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 set to
enableby default. However, at the transit gateway level the default is set todisable.For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
- 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 set to
enableby default. However, at the transit gateway level the default is set todisable.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 set to
enableby default. However, at the transit gateway level the default is set todisable.For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
- See Also:
-
ipv6Support
Enable or disable IPv6 support. The default is
disable.If the service returns an enum value that is not available in the current SDK version,
ipv6Supportwill returnIpv6SupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromipv6SupportAsString().- Returns:
- Enable or disable IPv6 support. The default is
disable. - See Also:
-
ipv6SupportAsString
Enable or disable IPv6 support. The default is
disable.If the service returns an enum value that is not available in the current SDK version,
ipv6Supportwill returnIpv6SupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromipv6SupportAsString().- Returns:
- Enable or disable IPv6 support. The default is
disable. - See Also:
-
applianceModeSupport
Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is
disable.If the service returns an enum value that is not available in the current SDK version,
applianceModeSupportwill returnApplianceModeSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplianceModeSupportAsString().- Returns:
- Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination
uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is
disable. - See Also:
-
applianceModeSupportAsString
Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is
disable.If the service returns an enum value that is not available in the current SDK version,
applianceModeSupportwill returnApplianceModeSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplianceModeSupportAsString().- Returns:
- Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination
uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is
disable. - See Also:
-
toBuilder
-
builder
-
serializableBuilderClass
public static Class<? extends CreateTransitGatewayVpcAttachmentRequestOptions.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-