static DocDbSettings.Builder |
DocDbSettings.builder() |
|
DocDbSettings.Builder |
DocDbSettings.Builder.databaseName(String databaseName) |
The database name on the DocumentDB source endpoint.
|
DocDbSettings.Builder |
DocDbSettings.Builder.docsToInvestigate(Integer docsToInvestigate) |
Indicates the number of documents to preview to determine the document organization.
|
DocDbSettings.Builder |
DocDbSettings.Builder.extractDocId(Boolean extractDocId) |
Specifies the document ID.
|
DocDbSettings.Builder |
DocDbSettings.Builder.kmsKeyId(String kmsKeyId) |
The KMS key identifier that is used to encrypt the content on the replication instance.
|
DocDbSettings.Builder |
DocDbSettings.Builder.nestingLevel(String nestingLevel) |
Specifies either document or table mode.
|
DocDbSettings.Builder |
DocDbSettings.Builder.nestingLevel(NestingLevelValue nestingLevel) |
Specifies either document or table mode.
|
DocDbSettings.Builder |
DocDbSettings.Builder.password(String password) |
The password for the user account you use to access the DocumentDB source endpoint.
|
DocDbSettings.Builder |
DocDbSettings.Builder.port(Integer port) |
The port value for the DocumentDB source endpoint.
|
DocDbSettings.Builder |
DocDbSettings.Builder.replicateShardCollections(Boolean replicateShardCollections) |
If true, DMS replicates data to shard collections.
|
DocDbSettings.Builder |
DocDbSettings.Builder.secretsManagerAccessRoleArn(String 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.
|
DocDbSettings.Builder |
DocDbSettings.Builder.secretsManagerSecretId(String secretsManagerSecretId) |
The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the
DocumentDB endpoint connection details.
|
DocDbSettings.Builder |
DocDbSettings.Builder.serverName(String serverName) |
The name of the server on the DocumentDB source endpoint.
|
DocDbSettings.Builder |
DocDbSettings.toBuilder() |
|
DocDbSettings.Builder |
DocDbSettings.Builder.username(String username) |
The user name you use to access the DocumentDB source endpoint.
|
DocDbSettings.Builder |
DocDbSettings.Builder.useUpdateLookUp(Boolean useUpdateLookUp) |
If true, DMS retrieves the entire document from the DocumentDB source during migration.
|