public static interface MongoDbDataProviderSettings.Builder extends SdkPojo, CopyableBuilder<MongoDbDataProviderSettings.Builder,MongoDbDataProviderSettings>
| Modifier and Type | Method and Description |
|---|---|
MongoDbDataProviderSettings.Builder |
authMechanism(AuthMechanismValue authMechanism)
The authentication method for connecting to the data provider.
|
MongoDbDataProviderSettings.Builder |
authMechanism(String authMechanism)
The authentication method for connecting to the data provider.
|
MongoDbDataProviderSettings.Builder |
authSource(String authSource)
The MongoDB database name.
|
MongoDbDataProviderSettings.Builder |
authType(AuthTypeValue authType)
The authentication type for the database connection.
|
MongoDbDataProviderSettings.Builder |
authType(String authType)
The authentication type for the database connection.
|
MongoDbDataProviderSettings.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
MongoDbDataProviderSettings.Builder |
databaseName(String databaseName)
The database name on the MongoDB data provider.
|
MongoDbDataProviderSettings.Builder |
port(Integer port)
The port value for the MongoDB data provider.
|
MongoDbDataProviderSettings.Builder |
serverName(String serverName)
The name of the MongoDB server.
|
MongoDbDataProviderSettings.Builder |
sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the MongoDB data provider.
|
MongoDbDataProviderSettings.Builder |
sslMode(String sslMode)
The SSL mode used to connect to the MongoDB data provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMongoDbDataProviderSettings.Builder serverName(String serverName)
The name of the MongoDB server.
serverName - The name of the MongoDB server.MongoDbDataProviderSettings.Builder port(Integer port)
The port value for the MongoDB data provider.
port - The port value for the MongoDB data provider.MongoDbDataProviderSettings.Builder databaseName(String databaseName)
The database name on the MongoDB data provider.
databaseName - The database name on the MongoDB data provider.MongoDbDataProviderSettings.Builder sslMode(String sslMode)
The SSL mode used to connect to the MongoDB data provider. The default value is none.
sslMode - The SSL mode used to connect to the MongoDB data provider. The default value is none.DmsSslModeValue,
DmsSslModeValueMongoDbDataProviderSettings.Builder sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the MongoDB data provider. The default value is none.
sslMode - The SSL mode used to connect to the MongoDB data provider. The default value is none.DmsSslModeValue,
DmsSslModeValueMongoDbDataProviderSettings.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
certificateArn - The Amazon Resource Name (ARN) of the certificate used for SSL connection.MongoDbDataProviderSettings.Builder authType(String authType)
The authentication type for the database connection. Valid values are PASSWORD or NO.
authType - The authentication type for the database connection. Valid values are PASSWORD or NO.AuthTypeValue,
AuthTypeValueMongoDbDataProviderSettings.Builder authType(AuthTypeValue authType)
The authentication type for the database connection. Valid values are PASSWORD or NO.
authType - The authentication type for the database connection. Valid values are PASSWORD or NO.AuthTypeValue,
AuthTypeValueMongoDbDataProviderSettings.Builder authSource(String authSource)
The MongoDB database name. This setting isn't used when AuthType is set to "no".
The default is "admin".
authSource - The MongoDB database name. This setting isn't used when AuthType is set to
"no".
The default is "admin".
MongoDbDataProviderSettings.Builder authMechanism(String authMechanism)
The authentication method for connecting to the data provider. Valid values are DEFAULT, MONGODB_CR, or SCRAM_SHA_1.
authMechanism - The authentication method for connecting to the data provider. Valid values are DEFAULT, MONGODB_CR,
or SCRAM_SHA_1.AuthMechanismValue,
AuthMechanismValueMongoDbDataProviderSettings.Builder authMechanism(AuthMechanismValue authMechanism)
The authentication method for connecting to the data provider. Valid values are DEFAULT, MONGODB_CR, or SCRAM_SHA_1.
authMechanism - The authentication method for connecting to the data provider. Valid values are DEFAULT, MONGODB_CR,
or SCRAM_SHA_1.AuthMechanismValue,
AuthMechanismValueCopyright © 2023. All rights reserved.