Uses of Class
com.oracle.bmc.database.model.Patch.Builder
-
Packages that use Patch.Builder Package Description com.oracle.bmc.database.model -
-
Uses of Patch.Builder in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Patch.Builder Modifier and Type Method Description Patch.Builder
Patch.Builder. availableActions(List<Patch.AvailableActions> availableActions)
Actions that can possibly be performed using this patch.static Patch.Builder
Patch. builder()
Create a new builder.Patch.Builder
Patch.Builder. copy(Patch model)
Patch.Builder
Patch.Builder. description(String description)
The text describing this patch package.Patch.Builder
Patch.Builder. id(String id)
The OCID of the patch.Patch.Builder
Patch.Builder. lastAction(Patch.LastAction lastAction)
Action that is currently being performed or was completed last.Patch.Builder
Patch.Builder. lifecycleDetails(String lifecycleDetails)
A descriptive text associated with the lifecycleState.Patch.Builder
Patch.Builder. lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the patch as a result of lastAction.Patch.Builder
Patch.Builder. timeReleased(Date timeReleased)
The date and time that the patch was released.Patch.Builder
Patch. toBuilder()
Patch.Builder
Patch.Builder. version(String version)
The version of this patch package.
-