public static class DbServerPatchingDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public DbServerPatchingDetails.Builder estimatedPatchDuration(Integer estimatedPatchDuration)
Estimated time, in minutes, to patch one database server.
estimatedPatchDuration
- the value to setpublic DbServerPatchingDetails.Builder patchingStatus(DbServerPatchingDetails.PatchingStatus patchingStatus)
The status of the patching operation.
patchingStatus
- the value to setpublic DbServerPatchingDetails.Builder timePatchingStarted(Date timePatchingStarted)
The time when the patching operation started.
timePatchingStarted
- the value to setpublic DbServerPatchingDetails.Builder timePatchingEnded(Date timePatchingEnded)
The time when the patching operation ended.
timePatchingEnded
- the value to setpublic DbServerPatchingDetails build()
public DbServerPatchingDetails.Builder copy(DbServerPatchingDetails model)
Copyright © 2016–2024. All rights reserved.