Package com.oracle.bmc.database.model
Class DbServerPatchingDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.DbServerPatchingDetails.Builder
-
- Enclosing class:
- DbServerPatchingDetails
public static class DbServerPatchingDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbServerPatchingDetails
build()
DbServerPatchingDetails.Builder
copy(DbServerPatchingDetails model)
DbServerPatchingDetails.Builder
estimatedPatchDuration(Integer estimatedPatchDuration)
Estimated time, in minutes, to patch one database server.DbServerPatchingDetails.Builder
patchingStatus(DbServerPatchingDetails.PatchingStatus patchingStatus)
The status of the patching operation.DbServerPatchingDetails.Builder
timePatchingEnded(Date timePatchingEnded)
The time when the patching operation ended.DbServerPatchingDetails.Builder
timePatchingStarted(Date timePatchingStarted)
The time when the patching operation started.
-
-
-
Method Detail
-
estimatedPatchDuration
public DbServerPatchingDetails.Builder estimatedPatchDuration(Integer estimatedPatchDuration)
Estimated time, in minutes, to patch one database server.- Parameters:
estimatedPatchDuration
- the value to set- Returns:
- this builder
-
patchingStatus
public DbServerPatchingDetails.Builder patchingStatus(DbServerPatchingDetails.PatchingStatus patchingStatus)
The status of the patching operation.- Parameters:
patchingStatus
- the value to set- Returns:
- this builder
-
timePatchingStarted
public DbServerPatchingDetails.Builder timePatchingStarted(Date timePatchingStarted)
The time when the patching operation started.- Parameters:
timePatchingStarted
- the value to set- Returns:
- this builder
-
timePatchingEnded
public DbServerPatchingDetails.Builder timePatchingEnded(Date timePatchingEnded)
The time when the patching operation ended.- Parameters:
timePatchingEnded
- the value to set- Returns:
- this builder
-
build
public DbServerPatchingDetails build()
-
copy
public DbServerPatchingDetails.Builder copy(DbServerPatchingDetails model)
-
-