Interface MongoDBTarget.Builder

    • Method Detail

      • connectionName

        MongoDBTarget.Builder connectionName​(String connectionName)

        The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.

        Parameters:
        connectionName - The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • path

        MongoDBTarget.Builder path​(String path)

        The path of the Amazon DocumentDB or MongoDB target (database/collection).

        Parameters:
        path - The path of the Amazon DocumentDB or MongoDB target (database/collection).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scanAll

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.