Class SourceDataSetting

    • Method Detail

      • cdcStartPosition

        public final String cdcStartPosition()

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

        Returns:
        The change data capture (CDC) start position for the source data provider.
      • cdcStartTime

        public final Instant cdcStartTime()

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

        Returns:
        The change data capture (CDC) start time for the source data provider.
      • cdcStopTime

        public final Instant cdcStopTime()

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

        Returns:
        The change data capture (CDC) stop time for the source data provider.
      • slotName

        public final 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.

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

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)