Package com.oracle.bmc.wlms.model
Class WlsDomainConfiguration.Builder
- java.lang.Object
- 
- com.oracle.bmc.wlms.model.WlsDomainConfiguration.Builder
 
- 
- Enclosing class:
- WlsDomainConfiguration
 
 public static class WlsDomainConfiguration.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WlsDomainConfiguration.BuilderadminServerControlMode(ServerControlMode adminServerControlMode)Whether to manage the admin server using Node Manager or scripts.WlsDomainConfiguration.BuilderadminServerStartScriptPath(String adminServerStartScriptPath)Path to admin server start script.WlsDomainConfiguration.BuilderadminServerStopScriptPath(String adminServerStopScriptPath)Path to admin server stop script.WlsDomainConfigurationbuild()WlsDomainConfiguration.Buildercopy(WlsDomainConfiguration model)WlsDomainConfiguration.BuilderisPatchEnabled(Boolean isPatchEnabled)Whether or not the WebLogic domain is enabled for patching.WlsDomainConfiguration.BuilderisRollbackOnFailure(Boolean isRollbackOnFailure)Whether or not to rollback on failure during patching of WebLogic domain.WlsDomainConfiguration.BuildermanagedServerControlMode(ServerControlMode managedServerControlMode)Whether to manage the managed server using Node Manager or scripts.WlsDomainConfiguration.BuildermanagedServerStartScriptPath(String managedServerStartScriptPath)Path to managed server start script.WlsDomainConfiguration.BuildermanagedServerStopScriptPath(String managedServerStopScriptPath)Path to managed server stop script.WlsDomainConfiguration.BuilderserversShutdownTimeout(Integer serversShutdownTimeout)Servers shutdown timeout.
 
- 
- 
- 
Method Detail- 
isPatchEnabledpublic WlsDomainConfiguration.Builder isPatchEnabled(Boolean isPatchEnabled) Whether or not the WebLogic domain is enabled for patching.- Parameters:
- isPatchEnabled- the value to set
- Returns:
- this builder
 
 - 
isRollbackOnFailurepublic WlsDomainConfiguration.Builder isRollbackOnFailure(Boolean isRollbackOnFailure) Whether or not to rollback on failure during patching of WebLogic domain.- Parameters:
- isRollbackOnFailure- the value to set
- Returns:
- this builder
 
 - 
serversShutdownTimeoutpublic WlsDomainConfiguration.Builder serversShutdownTimeout(Integer serversShutdownTimeout) Servers shutdown timeout.- Parameters:
- serversShutdownTimeout- the value to set
- Returns:
- this builder
 
 - 
adminServerControlModepublic WlsDomainConfiguration.Builder adminServerControlMode(ServerControlMode adminServerControlMode) Whether to manage the admin server using Node Manager or scripts.- Parameters:
- adminServerControlMode- the value to set
- Returns:
- this builder
 
 - 
managedServerControlModepublic WlsDomainConfiguration.Builder managedServerControlMode(ServerControlMode managedServerControlMode) Whether to manage the managed server using Node Manager or scripts.- Parameters:
- managedServerControlMode- the value to set
- Returns:
- this builder
 
 - 
adminServerStartScriptPathpublic WlsDomainConfiguration.Builder adminServerStartScriptPath(String adminServerStartScriptPath) Path to admin server start script.- Parameters:
- adminServerStartScriptPath- the value to set
- Returns:
- this builder
 
 - 
adminServerStopScriptPathpublic WlsDomainConfiguration.Builder adminServerStopScriptPath(String adminServerStopScriptPath) Path to admin server stop script.- Parameters:
- adminServerStopScriptPath- the value to set
- Returns:
- this builder
 
 - 
managedServerStartScriptPathpublic WlsDomainConfiguration.Builder managedServerStartScriptPath(String managedServerStartScriptPath) Path to managed server start script.- Parameters:
- managedServerStartScriptPath- the value to set
- Returns:
- this builder
 
 - 
managedServerStopScriptPathpublic WlsDomainConfiguration.Builder managedServerStopScriptPath(String managedServerStopScriptPath) Path to managed server stop script.- Parameters:
- managedServerStopScriptPath- the value to set
- Returns:
- this builder
 
 - 
buildpublic WlsDomainConfiguration build() 
 - 
copypublic WlsDomainConfiguration.Builder copy(WlsDomainConfiguration model) 
 
- 
 
-