Interface DatabaseList.Builder

  • Method Details

    • include

      The list of database patterns in source database endpoint to be included for Firehose to read from.

      Amazon Data Firehose is in preview release and is subject to change.

      Parameters:
      include - The list of database patterns in source database endpoint to be included for Firehose to read from.

      Amazon Data Firehose is in preview release and is subject to change.

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

      DatabaseList.Builder include(String... include)

      The list of database patterns in source database endpoint to be included for Firehose to read from.

      Amazon Data Firehose is in preview release and is subject to change.

      Parameters:
      include - The list of database patterns in source database endpoint to be included for Firehose to read from.

      Amazon Data Firehose is in preview release and is subject to change.

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

      The list of database patterns in source database endpoint to be excluded for Firehose to read from.

      Amazon Data Firehose is in preview release and is subject to change.

      Parameters:
      exclude - The list of database patterns in source database endpoint to be excluded for Firehose to read from.

      Amazon Data Firehose is in preview release and is subject to change.

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

      DatabaseList.Builder exclude(String... exclude)

      The list of database patterns in source database endpoint to be excluded for Firehose to read from.

      Amazon Data Firehose is in preview release and is subject to change.

      Parameters:
      exclude - The list of database patterns in source database endpoint to be excluded for Firehose to read from.

      Amazon Data Firehose is in preview release and is subject to change.

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