public static interface DocumentDBEventSourceConfig.Builder extends SdkPojo, CopyableBuilder<DocumentDBEventSourceConfig.Builder,DocumentDBEventSourceConfig>
| Modifier and Type | Method and Description |
|---|---|
DocumentDBEventSourceConfig.Builder |
collectionName(String collectionName)
The name of the collection to consume within the database.
|
DocumentDBEventSourceConfig.Builder |
databaseName(String databaseName)
The name of the database to consume within the DocumentDB cluster.
|
DocumentDBEventSourceConfig.Builder |
fullDocument(FullDocument fullDocument)
Determines what DocumentDB sends to your event stream during document update operations.
|
DocumentDBEventSourceConfig.Builder |
fullDocument(String fullDocument)
Determines what DocumentDB sends to your event stream during document update operations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentDBEventSourceConfig.Builder databaseName(String databaseName)
The name of the database to consume within the DocumentDB cluster.
databaseName - The name of the database to consume within the DocumentDB cluster.DocumentDBEventSourceConfig.Builder collectionName(String collectionName)
The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.
collectionName - The name of the collection to consume within the database. If you do not specify a collection, Lambda
consumes all collections.DocumentDBEventSourceConfig.Builder fullDocument(String fullDocument)
Determines what DocumentDB sends to your event stream during document update operations. If set to UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes.
fullDocument - Determines what DocumentDB sends to your event stream during document update operations. If set to
UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire
document. Otherwise, DocumentDB sends only a partial document that contains the changes.FullDocument,
FullDocumentDocumentDBEventSourceConfig.Builder fullDocument(FullDocument fullDocument)
Determines what DocumentDB sends to your event stream during document update operations. If set to UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes.
fullDocument - Determines what DocumentDB sends to your event stream during document update operations. If set to
UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire
document. Otherwise, DocumentDB sends only a partial document that contains the changes.FullDocument,
FullDocumentCopyright © 2023. All rights reserved.