| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
DocDbSettings |
DocDbSettings.clone() |
DocDbSettings |
CreateEndpointRequest.getDocDbSettings() |
DocDbSettings |
ModifyEndpointRequest.getDocDbSettings()
Settings in JSON format for the source DocumentDB endpoint.
|
DocDbSettings |
Endpoint.getDocDbSettings() |
DocDbSettings |
DocDbSettings.withDatabaseName(String databaseName)
The database name on the DocumentDB source endpoint.
|
DocDbSettings |
DocDbSettings.withDocsToInvestigate(Integer docsToInvestigate)
Indicates the number of documents to preview to determine the document organization.
|
DocDbSettings |
DocDbSettings.withExtractDocId(Boolean extractDocId)
Specifies the document ID.
|
DocDbSettings |
DocDbSettings.withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier that is used to encrypt the content on the replication instance.
|
DocDbSettings |
DocDbSettings.withNestingLevel(NestingLevelValue nestingLevel)
Specifies either document or table mode.
|
DocDbSettings |
DocDbSettings.withNestingLevel(String nestingLevel)
Specifies either document or table mode.
|
DocDbSettings |
DocDbSettings.withPassword(String password)
The password for the user account you use to access the DocumentDB source endpoint.
|
DocDbSettings |
DocDbSettings.withPort(Integer port)
The port value for the DocumentDB source endpoint.
|
DocDbSettings |
DocDbSettings.withServerName(String serverName)
The name of the server on the DocumentDB source endpoint.
|
DocDbSettings |
DocDbSettings.withUsername(String username)
The user name you use to access the DocumentDB source endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setDocDbSettings(DocDbSettings docDbSettings) |
void |
ModifyEndpointRequest.setDocDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint.
|
void |
Endpoint.setDocDbSettings(DocDbSettings docDbSettings) |
CreateEndpointRequest |
CreateEndpointRequest.withDocDbSettings(DocDbSettings docDbSettings) |
ModifyEndpointRequest |
ModifyEndpointRequest.withDocDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint.
|
Endpoint |
Endpoint.withDocDbSettings(DocDbSettings docDbSettings) |
Copyright © 2020. All rights reserved.