Interface SourceDataSetting.Builder

  • Method Details

    • cdcStartPosition

      SourceDataSetting.Builder cdcStartPosition(String cdcStartPosition)

      The change data capture (CDC) start position for the source data provider.

      Parameters:
      cdcStartPosition - The change data capture (CDC) start position for the source data provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cdcStartTime

      SourceDataSetting.Builder cdcStartTime(Instant cdcStartTime)

      The change data capture (CDC) start time for the source data provider.

      Parameters:
      cdcStartTime - The change data capture (CDC) start time for the source data provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cdcStopTime

      SourceDataSetting.Builder cdcStopTime(Instant cdcStopTime)

      The change data capture (CDC) stop time for the source data provider.

      Parameters:
      cdcStopTime - The change data capture (CDC) stop time for the source data provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • slotName

      SourceDataSetting.Builder slotName(String slotName)

      The name of the replication slot on the source data provider. This attribute is only valid for a PostgreSQL or Aurora PostgreSQL source.

      Parameters:
      slotName - The name of the replication slot on the source data provider. This attribute is only valid for a PostgreSQL or Aurora PostgreSQL source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.