@Generated(value="software.amazon.awssdk:codegen") public final class DocDbDataProviderSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocDbDataProviderSettings.Builder,DocDbDataProviderSettings>
Provides information that defines a DocumentDB data provider.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocDbDataProviderSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocDbDataProviderSettings.Builder |
builder() |
String |
certificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
String |
databaseName()
The database name on the DocumentDB data provider.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
port()
The port value for the DocumentDB data provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocDbDataProviderSettings.Builder> |
serializableBuilderClass() |
String |
serverName()
The name of the source DocumentDB server.
|
DmsSslModeValue |
sslMode()
The SSL mode used to connect to the DocumentDB data provider.
|
String |
sslModeAsString()
The SSL mode used to connect to the DocumentDB data provider.
|
DocDbDataProviderSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serverName()
The name of the source DocumentDB server.
public final Integer port()
The port value for the DocumentDB data provider.
public final String databaseName()
The database name on the DocumentDB data provider.
public final DmsSslModeValue sslMode()
The SSL mode used to connect to the DocumentDB data provider. The default value is none.
If the service returns an enum value that is not available in the current SDK version, sslMode will
return DmsSslModeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sslModeAsString().
none.DmsSslModeValuepublic final String sslModeAsString()
The SSL mode used to connect to the DocumentDB data provider. The default value is none.
If the service returns an enum value that is not available in the current SDK version, sslMode will
return DmsSslModeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sslModeAsString().
none.DmsSslModeValuepublic final String certificateArn()
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
public DocDbDataProviderSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DocDbDataProviderSettings.Builder,DocDbDataProviderSettings>public static DocDbDataProviderSettings.Builder builder()
public static Class<? extends DocDbDataProviderSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.