Class UpdateExtract.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.UpdateExtract.Builder
-
- Enclosing class:
- UpdateExtract
public static class UpdateExtract.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
performanceProfile
public UpdateExtract.Builder performanceProfile(ExtractPerformanceProfile performanceProfile)
Extract performance.- Parameters:
performanceProfile
- the value to set- Returns:
- this builder
-
longTransDuration
public 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.
- Parameters:
longTransDuration
- the value to set- Returns:
- this builder
-
build
public UpdateExtract build()
-
copy
public UpdateExtract.Builder copy(UpdateExtract model)
-
-