Interface SourceTableConfig.Builder

    • Method Detail

      • fields

        SourceTableConfig.Builder fields​(Collection<String> fields)

        A list of fields used for column-level filtering. Currently unsupported.

        Parameters:
        fields - A list of fields used for column-level filtering. Currently unsupported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        SourceTableConfig.Builder fields​(String... fields)

        A list of fields used for column-level filtering. Currently unsupported.

        Parameters:
        fields - A list of fields used for column-level filtering. Currently unsupported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterPredicate

        SourceTableConfig.Builder filterPredicate​(String filterPredicate)

        A condition clause used for row-level filtering. Currently unsupported.

        Parameters:
        filterPredicate - A condition clause used for row-level filtering. Currently unsupported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • primaryKey

        SourceTableConfig.Builder primaryKey​(Collection<String> primaryKey)

        Provide the primary key set for this table. Currently supported specifically for SAP EntityOf entities upon request. Contact Amazon Web Services Support to make this feature available.

        Parameters:
        primaryKey - Provide the primary key set for this table. Currently supported specifically for SAP EntityOf entities upon request. Contact Amazon Web Services Support to make this feature available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • primaryKey

        SourceTableConfig.Builder primaryKey​(String... primaryKey)

        Provide the primary key set for this table. Currently supported specifically for SAP EntityOf entities upon request. Contact Amazon Web Services Support to make this feature available.

        Parameters:
        primaryKey - Provide the primary key set for this table. Currently supported specifically for SAP EntityOf entities upon request. Contact Amazon Web Services Support to make this feature available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordUpdateField

        SourceTableConfig.Builder recordUpdateField​(String recordUpdateField)

        Incremental pull timestamp-based field. Currently unsupported.

        Parameters:
        recordUpdateField - Incremental pull timestamp-based field. Currently unsupported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.