Class TransitGatewayVpcAttachmentOptions
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.TransitGatewayVpcAttachmentOptions
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TransitGatewayVpcAttachmentOptions.Builder,TransitGatewayVpcAttachmentOptions>
@Generated("software.amazon.awssdk:codegen") public final class TransitGatewayVpcAttachmentOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayVpcAttachmentOptions.Builder,TransitGatewayVpcAttachmentOptions>
Describes the VPC attachment options.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TransitGatewayVpcAttachmentOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplianceModeSupportValue
applianceModeSupport()
Indicates whether appliance mode support is enabled.String
applianceModeSupportAsString()
Indicates whether appliance mode support is enabled.static TransitGatewayVpcAttachmentOptions.Builder
builder()
DnsSupportValue
dnsSupport()
Indicates whether DNS support is enabled.String
dnsSupportAsString()
Indicates whether DNS support is enabled.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Ipv6SupportValue
ipv6Support()
Indicates whether IPv6 support is disabled.String
ipv6SupportAsString()
Indicates whether IPv6 support is disabled.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
SecurityGroupReferencingSupportValue
securityGroupReferencingSupport()
Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.String
securityGroupReferencingSupportAsString()
Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.static Class<? extends TransitGatewayVpcAttachmentOptions.Builder>
serializableBuilderClass()
TransitGatewayVpcAttachmentOptions.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
dnsSupport
public final DnsSupportValue dnsSupport()
Indicates whether DNS support is enabled.
If the service returns an enum value that is not available in the current SDK version,
dnsSupport
will returnDnsSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdnsSupportAsString()
.- Returns:
- Indicates whether DNS support is enabled.
- See Also:
DnsSupportValue
-
dnsSupportAsString
public final String dnsSupportAsString()
Indicates whether DNS support is enabled.
If the service returns an enum value that is not available in the current SDK version,
dnsSupport
will returnDnsSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdnsSupportAsString()
.- Returns:
- Indicates whether DNS support is enabled.
- 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 enabled 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,
securityGroupReferencingSupport
will 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 enabled 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 enabled 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,
securityGroupReferencingSupport
will 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 enabled by default.
For more information about security group referencing, see Security group referencing in the Amazon Web Services Transit Gateways Guide.
- See Also:
SecurityGroupReferencingSupportValue
-
ipv6Support
public final Ipv6SupportValue ipv6Support()
Indicates whether IPv6 support is disabled.
If the service returns an enum value that is not available in the current SDK version,
ipv6Support
will returnIpv6SupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromipv6SupportAsString()
.- Returns:
- Indicates whether IPv6 support is disabled.
- See Also:
Ipv6SupportValue
-
ipv6SupportAsString
public final String ipv6SupportAsString()
Indicates whether IPv6 support is disabled.
If the service returns an enum value that is not available in the current SDK version,
ipv6Support
will returnIpv6SupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromipv6SupportAsString()
.- Returns:
- Indicates whether IPv6 support is disabled.
- See Also:
Ipv6SupportValue
-
applianceModeSupport
public final ApplianceModeSupportValue applianceModeSupport()
Indicates whether appliance mode support is enabled.
If the service returns an enum value that is not available in the current SDK version,
applianceModeSupport
will returnApplianceModeSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromapplianceModeSupportAsString()
.- Returns:
- Indicates whether appliance mode support is enabled.
- See Also:
ApplianceModeSupportValue
-
applianceModeSupportAsString
public final String applianceModeSupportAsString()
Indicates whether appliance mode support is enabled.
If the service returns an enum value that is not available in the current SDK version,
applianceModeSupport
will returnApplianceModeSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromapplianceModeSupportAsString()
.- Returns:
- Indicates whether appliance mode support is enabled.
- See Also:
ApplianceModeSupportValue
-
toBuilder
public TransitGatewayVpcAttachmentOptions.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TransitGatewayVpcAttachmentOptions.Builder,TransitGatewayVpcAttachmentOptions>
-
builder
public static TransitGatewayVpcAttachmentOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransitGatewayVpcAttachmentOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-