Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
MongoDBTarget |
MongoDBTarget.clone() |
MongoDBTarget |
MongoDBTarget.withConnectionName(String connectionName)
The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.
|
MongoDBTarget |
MongoDBTarget.withPath(String path)
The path of the Amazon DocumentDB or MongoDB target (database/collection).
|
MongoDBTarget |
MongoDBTarget.withScanAll(Boolean scanAll)
Indicates whether to scan all the records, or to sample rows from the table.
|
Modifier and Type | Method and Description |
---|---|
List<MongoDBTarget> |
CrawlerTargets.getMongoDBTargets()
Specifies Amazon DocumentDB or MongoDB targets.
|
Modifier and Type | Method and Description |
---|---|
CrawlerTargets |
CrawlerTargets.withMongoDBTargets(MongoDBTarget... mongoDBTargets)
Specifies Amazon DocumentDB or MongoDB targets.
|
Modifier and Type | Method and Description |
---|---|
void |
CrawlerTargets.setMongoDBTargets(Collection<MongoDBTarget> mongoDBTargets)
Specifies Amazon DocumentDB or MongoDB targets.
|
CrawlerTargets |
CrawlerTargets.withMongoDBTargets(Collection<MongoDBTarget> mongoDBTargets)
Specifies Amazon DocumentDB or MongoDB targets.
|
Copyright © 2021. All rights reserved.