Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Extract |
build() |
Extract.Builder |
copy(Extract model) |
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.
|
Extract.Builder |
performanceProfile(ExtractPerformanceProfile performanceProfile)
Extract performance.
|
public Extract.Builder performanceProfile(ExtractPerformanceProfile performanceProfile)
Extract performance.
performanceProfile
- the value to setpublic 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.
longTransDuration
- the value to setpublic Extract build()
public Extract.Builder copy(Extract model)
Copyright © 2016–2024. All rights reserved.