| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static MongoDBTarget.Builder |
MongoDBTarget.builder() |
MongoDBTarget.Builder |
MongoDBTarget.Builder.connectionName(String connectionName)
The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.
|
MongoDBTarget.Builder |
MongoDBTarget.Builder.path(String path)
The path of the Amazon DocumentDB or MongoDB target (database/collection).
|
MongoDBTarget.Builder |
MongoDBTarget.Builder.scanAll(Boolean scanAll)
Indicates whether to scan all the records, or to sample rows from the table.
|
MongoDBTarget.Builder |
MongoDBTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MongoDBTarget.Builder> |
MongoDBTarget.serializableBuilderClass() |
Copyright © 2023. All rights reserved.