@Generated(value="software.amazon.awssdk:codegen") public final class OutboundConnection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutboundConnection.Builder,OutboundConnection>
Specifies details about an outbound cross-cluster connection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutboundConnection.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DomainInformationContainer localDomainInfo()
Information about the source (local) domain.
public final DomainInformationContainer remoteDomainInfo()
Information about the destination (remote) domain.
public final String connectionId()
Unique identifier of the connection.
public final String connectionAlias()
Name of the connection.
public final OutboundConnectionStatus connectionStatus()
Status of the connection.
public final ConnectionMode connectionMode()
The connection mode.
If the service returns an enum value that is not available in the current SDK version, connectionMode
will return ConnectionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionModeAsString().
ConnectionModepublic final String connectionModeAsString()
The connection mode.
If the service returns an enum value that is not available in the current SDK version, connectionMode
will return ConnectionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionModeAsString().
ConnectionModepublic final ConnectionProperties connectionProperties()
Properties for the outbound connection.
public OutboundConnection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutboundConnection.Builder,OutboundConnection>public static OutboundConnection.Builder builder()
public static Class<? extends OutboundConnection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.