Interface IntegrationConfig.Builder

  • Method Details

    • refreshInterval

      IntegrationConfig.Builder refreshInterval(String refreshInterval)

      Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur. This parameter provides flexibility to align the refresh rate with your specific data update patterns, system load considerations, and performance optimization goals. Time increment can be set from 15 minutes to 8640 minutes (six days). Currently supports creation of RefreshInterval only.

      Parameters:
      refreshInterval - Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur. This parameter provides flexibility to align the refresh rate with your specific data update patterns, system load considerations, and performance optimization goals. Time increment can be set from 15 minutes to 8640 minutes (six days). Currently supports creation of RefreshInterval only.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceProperties

      IntegrationConfig.Builder sourceProperties(Map<String,String> sourceProperties)

      A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.

      Parameters:
      sourceProperties - A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.