Class MongoDbSettings
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MongoDbSettings.Builder,MongoDbSettings>
Provides information that defines a MongoDB endpoint.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AuthMechanismValueThe authentication mechanism you use to access the MongoDB source endpoint.final StringThe authentication mechanism you use to access the MongoDB source endpoint.final StringThe MongoDB database name.final AuthTypeValueauthType()The authentication type you use to access the MongoDB source endpoint.final StringThe authentication type you use to access the MongoDB source endpoint.static MongoDbSettings.Builderbuilder()final StringThe database name on the MongoDB source endpoint.final StringIndicates the number of documents to preview to determine the document organization.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringSpecifies the document ID.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringkmsKeyId()The KMS key identifier that is used to encrypt the content on the replication instance.final NestingLevelValueSpecifies either document or table mode.final StringSpecifies either document or table mode.final Stringpassword()The password for the user account you use to access the MongoDB source endpoint.final Integerport()The port value for the MongoDB source endpoint.final BooleanIftrue, DMS replicates data to shard collections.final StringThe full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value inSecretsManagerSecret.final StringThe full ARN, partial ARN, or friendly name of theSecretsManagerSecretthat contains the MongoDB endpoint connection details.static Class<? extends MongoDbSettings.Builder> final StringThe name of the server on the MongoDB source endpoint.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringusername()The user name you use to access the MongoDB source endpoint.final BooleanIftrue, DMS retrieves the entire document from the MongoDB source during migration.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
username
The user name you use to access the MongoDB source endpoint.
- Returns:
- The user name you use to access the MongoDB source endpoint.
-
password
The password for the user account you use to access the MongoDB source endpoint.
- Returns:
- The password for the user account you use to access the MongoDB source endpoint.
-
serverName
The name of the server on the MongoDB source endpoint. For MongoDB Atlas, provide the server name for any of the servers in the replication set.
- Returns:
- The name of the server on the MongoDB source endpoint. For MongoDB Atlas, provide the server name for any of the servers in the replication set.
-
port
The port value for the MongoDB source endpoint.
- Returns:
- The port value for the MongoDB source endpoint.
-
databaseName
The database name on the MongoDB source endpoint.
- Returns:
- The database name on the MongoDB source endpoint.
-
authType
The authentication type you use to access the MongoDB source endpoint.
When when set to
"no", user name and password parameters are not used and can be empty.If the service returns an enum value that is not available in the current SDK version,
authTypewill returnAuthTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthTypeAsString().- Returns:
- The authentication type you use to access the MongoDB source endpoint.
When when set to
"no", user name and password parameters are not used and can be empty. - See Also:
-
authTypeAsString
The authentication type you use to access the MongoDB source endpoint.
When when set to
"no", user name and password parameters are not used and can be empty.If the service returns an enum value that is not available in the current SDK version,
authTypewill returnAuthTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthTypeAsString().- Returns:
- The authentication type you use to access the MongoDB source endpoint.
When when set to
"no", user name and password parameters are not used and can be empty. - See Also:
-
authMechanism
The authentication mechanism you use to access the MongoDB source endpoint.
For the default value, in MongoDB version 2.x,
"default"is"mongodb_cr". For MongoDB version 3.x or later,"default"is"scram_sha_1". This setting isn't used whenAuthTypeis set to"no".If the service returns an enum value that is not available in the current SDK version,
authMechanismwill returnAuthMechanismValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthMechanismAsString().- Returns:
- The authentication mechanism you use to access the MongoDB source endpoint.
For the default value, in MongoDB version 2.x,
"default"is"mongodb_cr". For MongoDB version 3.x or later,"default"is"scram_sha_1". This setting isn't used whenAuthTypeis set to"no". - See Also:
-
authMechanismAsString
The authentication mechanism you use to access the MongoDB source endpoint.
For the default value, in MongoDB version 2.x,
"default"is"mongodb_cr". For MongoDB version 3.x or later,"default"is"scram_sha_1". This setting isn't used whenAuthTypeis set to"no".If the service returns an enum value that is not available in the current SDK version,
authMechanismwill returnAuthMechanismValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthMechanismAsString().- Returns:
- The authentication mechanism you use to access the MongoDB source endpoint.
For the default value, in MongoDB version 2.x,
"default"is"mongodb_cr". For MongoDB version 3.x or later,"default"is"scram_sha_1". This setting isn't used whenAuthTypeis set to"no". - See Also:
-
nestingLevel
Specifies either document or table mode.
Default value is
"none". Specify"none"to use document mode. Specify"one"to use table mode.If the service returns an enum value that is not available in the current SDK version,
nestingLevelwill returnNestingLevelValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnestingLevelAsString().- Returns:
- Specifies either document or table mode.
Default value is
"none". Specify"none"to use document mode. Specify"one"to use table mode. - See Also:
-
nestingLevelAsString
Specifies either document or table mode.
Default value is
"none". Specify"none"to use document mode. Specify"one"to use table mode.If the service returns an enum value that is not available in the current SDK version,
nestingLevelwill returnNestingLevelValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnestingLevelAsString().- Returns:
- Specifies either document or table mode.
Default value is
"none". Specify"none"to use document mode. Specify"one"to use table mode. - See Also:
-
extractDocId
Specifies the document ID. Use this setting when
NestingLevelis set to"none".Default value is
"false".- Returns:
- Specifies the document ID. Use this setting when
NestingLevelis set to"none".Default value is
"false".
-
docsToInvestigate
Indicates the number of documents to preview to determine the document organization. Use this setting when
NestingLevelis set to"one".Must be a positive value greater than
0. Default value is1000.- Returns:
- Indicates the number of documents to preview to determine the document organization. Use this setting
when
NestingLevelis set to"one".Must be a positive value greater than
0. Default value is1000.
-
authSource
The MongoDB database name. This setting isn't used when
AuthTypeis set to"no".The default is
"admin".- Returns:
- The MongoDB database name. This setting isn't used when
AuthTypeis set to"no".The default is
"admin".
-
kmsKeyId
The KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the
KmsKeyIdparameter, then DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.- Returns:
- The KMS key identifier that is used to encrypt the content on the replication instance. If you don't
specify a value for the
KmsKeyIdparameter, then DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
-
secretsManagerAccessRoleArn
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in
SecretsManagerSecret. The role must allow theiam:PassRoleaction.SecretsManagerSecrethas the value of the Amazon Web Services Secrets Manager secret that allows access to the MongoDB endpoint.You can specify one of two sets of values for these permissions. You can specify the values for this setting and
SecretsManagerSecretId. Or you can specify clear-text values forUserName,Password,ServerName, andPort. You can't specify both. For more information on creating thisSecretsManagerSecretand theSecretsManagerAccessRoleArnandSecretsManagerSecretIdrequired to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.- Returns:
- The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants
the required permissions to access the value in
SecretsManagerSecret. The role must allow theiam:PassRoleaction.SecretsManagerSecrethas the value of the Amazon Web Services Secrets Manager secret that allows access to the MongoDB endpoint.You can specify one of two sets of values for these permissions. You can specify the values for this setting and
SecretsManagerSecretId. Or you can specify clear-text values forUserName,Password,ServerName, andPort. You can't specify both. For more information on creating thisSecretsManagerSecretand theSecretsManagerAccessRoleArnandSecretsManagerSecretIdrequired to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.
-
secretsManagerSecretId
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecretthat contains the MongoDB endpoint connection details.- Returns:
- The full ARN, partial ARN, or friendly name of the
SecretsManagerSecretthat contains the MongoDB endpoint connection details.
-
useUpdateLookUp
If
true, DMS retrieves the entire document from the MongoDB source during migration. This may cause a migration failure if the server response exceeds bandwidth limits. To fetch only updates and deletes during migration, set this parameter tofalse.- Returns:
- If
true, DMS retrieves the entire document from the MongoDB source during migration. This may cause a migration failure if the server response exceeds bandwidth limits. To fetch only updates and deletes during migration, set this parameter tofalse.
-
replicateShardCollections
If
true, DMS replicates data to shard collections. DMS only uses this setting if the target endpoint is a DocumentDB elastic cluster.When this setting is
true, note the following:-
You must set
TargetTablePrepModetonothing. -
DMS automatically sets
useUpdateLookuptofalse.
- Returns:
- If
true, DMS replicates data to shard collections. DMS only uses this setting if the target endpoint is a DocumentDB elastic cluster.When this setting is
true, note the following:-
You must set
TargetTablePrepModetonothing. -
DMS automatically sets
useUpdateLookuptofalse.
-
-
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<MongoDbSettings.Builder,MongoDbSettings> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-