Class UpdateExtract.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemigration.model.UpdateExtract.Builder
 
- 
- Enclosing class:
- UpdateExtract
 
 public static class UpdateExtract.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateExtractbuild()UpdateExtract.Buildercopy(UpdateExtract model)UpdateExtract.BuilderlongTransDuration(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.BuilderperformanceProfile(ExtractPerformanceProfile performanceProfile)Extract performance.
 
- 
- 
- 
Method Detail- 
performanceProfilepublic UpdateExtract.Builder performanceProfile(ExtractPerformanceProfile performanceProfile) Extract performance.- Parameters:
- performanceProfile- the value to set
- Returns:
- this builder
 
 - 
longTransDurationpublic 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
 
 - 
buildpublic UpdateExtract build() 
 - 
copypublic UpdateExtract.Builder copy(UpdateExtract model) 
 
- 
 
-