@Stability(value=Stable) public static final class CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEventSourceMapping.DocumentDBEventSourceConfigProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEventSourceMapping.DocumentDBEventSourceConfigProperty |
build()
Builds the configured instance.
|
CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder |
collectionName(String collectionName)
|
CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder |
databaseName(String databaseName)
|
CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder |
fullDocument(String fullDocument)
|
@Stability(value=Stable) public CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder collectionName(String collectionName)
collectionName - The name of the collection to consume within the database.
If you do not specify a collection, Lambda consumes all collections.this@Stability(value=Stable) public CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder databaseName(String databaseName)
databaseName - The name of the database to consume within the DocumentDB cluster.this@Stability(value=Stable) public CfnEventSourceMapping.DocumentDBEventSourceConfigProperty.Builder fullDocument(String 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.this@Stability(value=Stable) public CfnEventSourceMapping.DocumentDBEventSourceConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnEventSourceMapping.DocumentDBEventSourceConfigProperty>CfnEventSourceMapping.DocumentDBEventSourceConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.