Interface IntegrationPartition.Builder

    • Method Detail

      • fieldName

        IntegrationPartition.Builder fieldName​(String fieldName)

        The field name used to partition data on the target.

        Parameters:
        fieldName - The field name used to partition data on the target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionSpec

        IntegrationPartition.Builder functionSpec​(String functionSpec)

        Specifies a function used to partition data on the target.

        Parameters:
        functionSpec - Specifies a function used to partition data on the target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.