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