Package com.oracle.bmc.wlms.model
Class InstallLatestPatchesOnWlsDomainDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.wlms.model.InstallLatestPatchesOnWlsDomainDetails.Builder
-
- Enclosing class:
- InstallLatestPatchesOnWlsDomainDetails
public static class InstallLatestPatchesOnWlsDomainDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallLatestPatchesOnWlsDomainDetails
build()
InstallLatestPatchesOnWlsDomainDetails.Builder
copy(InstallLatestPatchesOnWlsDomainDetails model)
InstallLatestPatchesOnWlsDomainDetails.Builder
isForceServersShutdown(Boolean isForceServersShutdown)
When installing or uninstalling patches, forces shutdown of the servers if they have not shutdown after a period of time.InstallLatestPatchesOnWlsDomainDetails.Builder
mustIncludeDomainsSharingMiddleware(Boolean mustIncludeDomainsSharingMiddleware)
When installing or uninstalling patches, allows the operation to proceed on all domains that share the same middleware.
-
-
-
Method Detail
-
isForceServersShutdown
public InstallLatestPatchesOnWlsDomainDetails.Builder isForceServersShutdown(Boolean isForceServersShutdown)
When installing or uninstalling patches, forces shutdown of the servers if they have not shutdown after a period of time.The timeout can be configured in the WebLogic domain configuration.
- Parameters:
isForceServersShutdown
- the value to set- Returns:
- this builder
-
mustIncludeDomainsSharingMiddleware
public InstallLatestPatchesOnWlsDomainDetails.Builder mustIncludeDomainsSharingMiddleware(Boolean mustIncludeDomainsSharingMiddleware)
When installing or uninstalling patches, allows the operation to proceed on all domains that share the same middleware.If not set to true, the installation or uninstallation will fail if there is any other domain using the same middleware.
- Parameters:
mustIncludeDomainsSharingMiddleware
- the value to set- Returns:
- this builder
-
build
public InstallLatestPatchesOnWlsDomainDetails build()
-
copy
public InstallLatestPatchesOnWlsDomainDetails.Builder copy(InstallLatestPatchesOnWlsDomainDetails model)
-
-