@Generated(value="software.amazon.awssdk:codegen") public final class CreateOutboundConnectionRequest extends OpenSearchRequest implements ToCopyableBuilder<CreateOutboundConnectionRequest.Builder,CreateOutboundConnectionRequest>
Container for the parameters to the CreateOutboundConnection operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateOutboundConnectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateOutboundConnectionRequest.Builder |
builder() |
String |
connectionAlias()
Name of the connection.
|
ConnectionMode |
connectionMode()
The connection mode.
|
String |
connectionModeAsString()
The connection mode.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DomainInformationContainer |
localDomainInfo()
Name and Region of the source (local) domain.
|
DomainInformationContainer |
remoteDomainInfo()
Name and Region of the destination (remote) domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateOutboundConnectionRequest.Builder> |
serializableBuilderClass() |
CreateOutboundConnectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DomainInformationContainer localDomainInfo()
Name and Region of the source (local) domain.
public final DomainInformationContainer remoteDomainInfo()
Name and Region of the destination (remote) domain.
public final String connectionAlias()
Name 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 CreateOutboundConnectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateOutboundConnectionRequest.Builder,CreateOutboundConnectionRequest>toBuilder in class OpenSearchRequestpublic static CreateOutboundConnectionRequest.Builder builder()
public static Class<? extends CreateOutboundConnectionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.