Class Extract.Builder

  • Enclosing class:
    Extract

    public static class Extract.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • performanceProfile

        public Extract.Builder performanceProfile​(ExtractPerformanceProfile performanceProfile)
        Extract performance.
        Parameters:
        performanceProfile - the value to set
        Returns:
        this builder
      • longTransDuration

        public Extract.Builder longTransDuration​(Integer longTransDuration)
        Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running.

        If not specified, Extract will not generate a warning on long-running transactions.

        Parameters:
        longTransDuration - the value to set
        Returns:
        this builder