@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayRequestOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayRequestOptions.Builder,TransitGatewayRequestOptions>
Describes the options for a transit gateway.
Modifier and Type | Class and Description |
---|---|
static interface |
TransitGatewayRequestOptions.Builder |
Modifier and Type | Method and Description |
---|---|
Long |
amazonSideAsn()
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
AutoAcceptSharedAttachmentsValue |
autoAcceptSharedAttachments()
Enable or disable automatic acceptance of attachment requests.
|
String |
autoAcceptSharedAttachmentsAsString()
Enable or disable automatic acceptance of attachment requests.
|
static TransitGatewayRequestOptions.Builder |
builder() |
DefaultRouteTableAssociationValue |
defaultRouteTableAssociation()
Enable or disable automatic association with the default association route table.
|
String |
defaultRouteTableAssociationAsString()
Enable or disable automatic association with the default association route table.
|
DefaultRouteTablePropagationValue |
defaultRouteTablePropagation()
Enable or disable automatic propagation of routes to the default propagation route table.
|
String |
defaultRouteTablePropagationAsString()
Enable or disable automatic propagation of routes to the default propagation route table.
|
DnsSupportValue |
dnsSupport()
Enable or disable DNS support.
|
String |
dnsSupportAsString()
Enable or disable DNS support.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTransitGatewayCidrBlocks()
For responses, this returns true if the service returned a value for the TransitGatewayCidrBlocks property.
|
MulticastSupportValue |
multicastSupport()
Indicates whether multicast is enabled on the transit gateway
|
String |
multicastSupportAsString()
Indicates whether multicast is enabled on the transit gateway
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayRequestOptions.Builder> |
serializableBuilderClass() |
TransitGatewayRequestOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
transitGatewayCidrBlocks()
One or more IPv4 or IPv6 CIDR blocks for the transit gateway.
|
VpnEcmpSupportValue |
vpnEcmpSupport()
Enable or disable Equal Cost Multipath Protocol support.
|
String |
vpnEcmpSupportAsString()
Enable or disable Equal Cost Multipath Protocol support.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
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
.
64512
.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()
.
AutoAcceptSharedAttachmentsValue
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()
.
AutoAcceptSharedAttachmentsValue
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()
.
DefaultRouteTableAssociationValue
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()
.
DefaultRouteTableAssociationValue
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()
.
DefaultRouteTablePropagationValue
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()
.
DefaultRouteTablePropagationValue
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()
.
VpnEcmpSupportValue
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()
.
VpnEcmpSupportValue
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()
.
DnsSupportValue
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()
.
DnsSupportValue
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()
.
MulticastSupportValue
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()
.
MulticastSupportValue
public final boolean hasTransitGatewayCidrBlocks()
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.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.
public TransitGatewayRequestOptions.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TransitGatewayRequestOptions.Builder,TransitGatewayRequestOptions>
public static TransitGatewayRequestOptions.Builder builder()
public static Class<? extends TransitGatewayRequestOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.