public static interface MongoDBTarget.Builder extends SdkPojo, CopyableBuilder<MongoDBTarget.Builder,MongoDBTarget>
| Modifier and Type | Method and Description |
|---|---|
MongoDBTarget.Builder |
connectionName(String connectionName)
The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.
|
MongoDBTarget.Builder |
path(String path)
The path of the Amazon DocumentDB or MongoDB target (database/collection).
|
MongoDBTarget.Builder |
scanAll(Boolean scanAll)
Indicates whether to scan all the records, or to sample rows from the table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMongoDBTarget.Builder connectionName(String connectionName)
The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.
connectionName - The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.MongoDBTarget.Builder path(String path)
The path of the Amazon DocumentDB or MongoDB target (database/collection).
path - The path of the Amazon DocumentDB or MongoDB target (database/collection).MongoDBTarget.Builder scanAll(Boolean scanAll)
Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.
A value of true means to scan all records, while a value of false means to sample
the records. If no value is specified, the value defaults to true.
scanAll - Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records
can take a long time when the table is not a high throughput table.
A value of true means to scan all records, while a value of false means to
sample the records. If no value is specified, the value defaults to true.
Copyright © 2023. All rights reserved.