@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayConfiguration.Builder,TransitGatewayConfiguration>
The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitGatewayConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkACLEntry> |
attachmentNetworkAclConfiguration()
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
static TransitGatewayConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttachmentNetworkAclConfiguration()
For responses, this returns true if the service returned a value for the AttachmentNetworkAclConfiguration
property.
|
int |
hashCode() |
String |
routableCIDRSpace()
The routing CIDR on behalf of kdb environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayConfiguration.Builder> |
serializableBuilderClass() |
TransitGatewayConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayID()
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to
your internal network.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transitGatewayID()
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.
public final String routableCIDRSpace()
The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer's transit gateway routing table so that the traffics could be routed to kdb network.
public final boolean hasAttachmentNetworkAclConfiguration()
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<NetworkACLEntry> attachmentNetworkAclConfiguration()
The rules that define how you manage the outbound traffic from kdb network to your internal network.
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 hasAttachmentNetworkAclConfiguration()
method.
public TransitGatewayConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayConfiguration.Builder,TransitGatewayConfiguration>public static TransitGatewayConfiguration.Builder builder()
public static Class<? extends TransitGatewayConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.