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