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