Uses of Interface
software.amazon.awssdk.services.databasemigration.model.MongoDbSettings.Builder
Packages that use MongoDbSettings.Builder
-
Uses of MongoDbSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MongoDbSettings.BuilderModifier and TypeMethodDescriptionMongoDbSettings.Builder.authMechanism(String authMechanism) The authentication mechanism you use to access the MongoDB source endpoint.MongoDbSettings.Builder.authMechanism(AuthMechanismValue authMechanism) The authentication mechanism you use to access the MongoDB source endpoint.MongoDbSettings.Builder.authSource(String authSource) The MongoDB database name.The authentication type you use to access the MongoDB source endpoint.MongoDbSettings.Builder.authType(AuthTypeValue authType) The authentication type you use to access the MongoDB source endpoint.static MongoDbSettings.BuilderMongoDbSettings.builder()MongoDbSettings.Builder.databaseName(String databaseName) The database name on the MongoDB source endpoint.MongoDbSettings.Builder.docsToInvestigate(String docsToInvestigate) Indicates the number of documents to preview to determine the document organization.MongoDbSettings.Builder.extractDocId(String extractDocId) Specifies the document ID.The KMS key identifier that is used to encrypt the content on the replication instance.MongoDbSettings.Builder.nestingLevel(String nestingLevel) Specifies either document or table mode.MongoDbSettings.Builder.nestingLevel(NestingLevelValue nestingLevel) Specifies either document or table mode.The password for the user account you use to access the MongoDB source endpoint.The port value for the MongoDB source endpoint.MongoDbSettings.Builder.replicateShardCollections(Boolean replicateShardCollections) Iftrue, DMS replicates data to shard collections.MongoDbSettings.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 inSecretsManagerSecret.MongoDbSettings.Builder.secretsManagerSecretId(String secretsManagerSecretId) The full ARN, partial ARN, or friendly name of theSecretsManagerSecretthat contains the MongoDB endpoint connection details.MongoDbSettings.Builder.serverName(String serverName) The name of the server on the MongoDB source endpoint.MongoDbSettings.toBuilder()The user name you use to access the MongoDB source endpoint.MongoDbSettings.Builder.useUpdateLookUp(Boolean useUpdateLookUp) Iftrue, DMS retrieves the entire document from the MongoDB source during migration.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type MongoDbSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MongoDbSettings.Builder>MongoDbSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type MongoDbSettings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.mongoDbSettings(Consumer<MongoDbSettings.Builder> mongoDbSettings) Settings in JSON format for the source MongoDB endpoint.default Endpoint.BuilderEndpoint.Builder.mongoDbSettings(Consumer<MongoDbSettings.Builder> mongoDbSettings) The settings for the MongoDB source endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.mongoDbSettings(Consumer<MongoDbSettings.Builder> mongoDbSettings) Settings in JSON format for the source MongoDB endpoint.