Interface DatabaseColumnList.Builder

  • Method Details

    • include

      The list of column patterns in source database 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 column patterns in source database 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

      DatabaseColumnList.Builder include(String... include)

      The list of column patterns in source database 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 column patterns in source database 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 column patterns in source database 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 column patterns in source database 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

      DatabaseColumnList.Builder exclude(String... exclude)

      The list of column patterns in source database 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 column patterns in source database 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.