Class Extract.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.Extract.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Extractbuild()Extract.Buildercopy(Extract model)Extract.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.Extract.BuilderperformanceProfile(ExtractPerformanceProfile performanceProfile)Extract performance.
-
-
-
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
-
build
public Extract build()
-
copy
public Extract.Builder copy(Extract model)
-
-