Interface DatabaseTableList.Builder

    • Method Detail

      • include

        DatabaseTableList.Builder include​(Collection<String> include)

        The list of table 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 table 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

        DatabaseTableList.Builder include​(String... include)

        The list of table 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 table 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

        DatabaseTableList.Builder exclude​(Collection<String> exclude)

        The list of table 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 table 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

        DatabaseTableList.Builder exclude​(String... exclude)

        The list of table 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 table 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.