Uses of Class
com.oracle.bmc.wlms.model.Patch.Builder
-
Packages that use Patch.Builder Package Description com.oracle.bmc.wlms.model -
-
Uses of Patch.Builder in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return Patch.Builder Modifier and Type Method Description static Patch.Builder
Patch. builder()
Create a new builder.Patch.Builder
Patch.Builder. copy(Patch model)
Patch.Builder
Patch.Builder. description(String description)
The description of the WebLogic patch.Patch.Builder
Patch.Builder. displayName(String displayName)
The name of the WebLogic patch.Patch.Builder
Patch.Builder. id(String id)
The ID of the WebLogic patch.Patch.Builder
Patch.Builder. middlewareType(List<Patch.MiddlewareType> middlewareType)
The type of middleware for which this patch is applicable.Patch.Builder
Patch.Builder. osArch(String osArch)
The operating system architecture for which the patch can be applied.Patch.Builder
Patch. toBuilder()
Patch.Builder
Patch.Builder. weblogicVersion(String weblogicVersion)
The WebLogic version for this patch.
-