Package com.oracle.bmc.wlms.model
Class RestoreWlsDomainDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.wlms.model.RestoreWlsDomainDetails.Builder
 
- 
- Enclosing class:
- RestoreWlsDomainDetails
 
 public static class RestoreWlsDomainDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RestoreWlsDomainDetailsbuild()RestoreWlsDomainDetails.Buildercopy(RestoreWlsDomainDetails model)RestoreWlsDomainDetails.BuilderisForceServersShutdown(Boolean isForceServersShutdown)If the restore operation required to stop the servers, this option indicates to force shutdown of the servers if they have not shutdown after a period of time.RestoreWlsDomainDetails.BuildermustIncludeDomainsSharingMiddleware(Boolean mustIncludeDomainsSharingMiddleware)If the WebLogic Domain being restored shares middleware with other domains, and the restore operation will restore servers in the other domains, this option allows the operation to proceed on all domains that share the same middleware.RestoreWlsDomainDetails.BuilderserversToRestore(List<ServerToRestore> serversToRestore)List of servers to restore and the backups
 
- 
- 
- 
Method Detail- 
isForceServersShutdownpublic RestoreWlsDomainDetails.Builder isForceServersShutdown(Boolean isForceServersShutdown) If the restore operation required to stop the servers, this option indicates to force 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
 
 - 
mustIncludeDomainsSharingMiddlewarepublic RestoreWlsDomainDetails.Builder mustIncludeDomainsSharingMiddleware(Boolean mustIncludeDomainsSharingMiddleware) If the WebLogic Domain being restored shares middleware with other domains, and the restore operation will restore servers in the other domains, this option allows the operation to proceed on all domains that share the same middleware.If not set to true, the restore operation will fail if there is any other domain using the same middleware. - Parameters:
- mustIncludeDomainsSharingMiddleware- the value to set
- Returns:
- this builder
 
 - 
serversToRestorepublic RestoreWlsDomainDetails.Builder serversToRestore(List<ServerToRestore> serversToRestore) List of servers to restore and the backups- Parameters:
- serversToRestore- the value to set
- Returns:
- this builder
 
 - 
buildpublic RestoreWlsDomainDetails build() 
 - 
copypublic RestoreWlsDomainDetails.Builder copy(RestoreWlsDomainDetails model) 
 
- 
 
-