Package com.oracle.bmc.wlms.model
Class ResourceInventory.Builder
- java.lang.Object
- 
- com.oracle.bmc.wlms.model.ResourceInventory.Builder
 
- 
- Enclosing class:
- ResourceInventory
 
 public static class ResourceInventory.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceInventorybuild()ResourceInventory.Buildercopy(ResourceInventory model)ResourceInventory.BuildermanagedInstanceCount(Integer managedInstanceCount)The number of managed instances in the selected compartment.ResourceInventory.BuildermanagedInstanceWithPatchReadinessErrorCount(Integer managedInstanceWithPatchReadinessErrorCount)The number of managed instance that have WebLogic domains with errors in the patch readiness check.ResourceInventory.BuildermanagedInstanceWithPatchReadinessWarningCount(Integer managedInstanceWithPatchReadinessWarningCount)The number of managed instance that have WebLogic domains with warnings in the patch readiness check.ResourceInventory.BuilderwlsDomainCount(Integer wlsDomainCount)The number of WebLogic domains discovered in the selected compartment.ResourceInventory.BuilderwlsDomainNotInLatestPatchCount(Integer wlsDomainNotInLatestPatchCount)The number of WebLogic domains that are not in the latest patch.ResourceInventory.BuilderwlsDomainWithPatchReadinessErrorCount(Integer wlsDomainWithPatchReadinessErrorCount)The number of WebLogic domains that have errors in the patch readiness check.ResourceInventory.BuilderwlsDomainWithPatchReadinessWarningCount(Integer wlsDomainWithPatchReadinessWarningCount)The number of WebLogic domains that have warnings in the patch readiness check.
 
- 
- 
- 
Method Detail- 
wlsDomainCountpublic ResourceInventory.Builder wlsDomainCount(Integer wlsDomainCount) The number of WebLogic domains discovered in the selected compartment.- Parameters:
- wlsDomainCount- the value to set
- Returns:
- this builder
 
 - 
wlsDomainNotInLatestPatchCountpublic ResourceInventory.Builder wlsDomainNotInLatestPatchCount(Integer wlsDomainNotInLatestPatchCount) The number of WebLogic domains that are not in the latest patch.- Parameters:
- wlsDomainNotInLatestPatchCount- the value to set
- Returns:
- this builder
 
 - 
wlsDomainWithPatchReadinessWarningCountpublic ResourceInventory.Builder wlsDomainWithPatchReadinessWarningCount(Integer wlsDomainWithPatchReadinessWarningCount) The number of WebLogic domains that have warnings in the patch readiness check.- Parameters:
- wlsDomainWithPatchReadinessWarningCount- the value to set
- Returns:
- this builder
 
 - 
wlsDomainWithPatchReadinessErrorCountpublic ResourceInventory.Builder wlsDomainWithPatchReadinessErrorCount(Integer wlsDomainWithPatchReadinessErrorCount) The number of WebLogic domains that have errors in the patch readiness check.- Parameters:
- wlsDomainWithPatchReadinessErrorCount- the value to set
- Returns:
- this builder
 
 - 
managedInstanceCountpublic ResourceInventory.Builder managedInstanceCount(Integer managedInstanceCount) The number of managed instances in the selected compartment.- Parameters:
- managedInstanceCount- the value to set
- Returns:
- this builder
 
 - 
managedInstanceWithPatchReadinessWarningCountpublic ResourceInventory.Builder managedInstanceWithPatchReadinessWarningCount(Integer managedInstanceWithPatchReadinessWarningCount) The number of managed instance that have WebLogic domains with warnings in the patch readiness check.- Parameters:
- managedInstanceWithPatchReadinessWarningCount- the value to set
- Returns:
- this builder
 
 - 
managedInstanceWithPatchReadinessErrorCountpublic ResourceInventory.Builder managedInstanceWithPatchReadinessErrorCount(Integer managedInstanceWithPatchReadinessErrorCount) The number of managed instance that have WebLogic domains with errors in the patch readiness check.- Parameters:
- managedInstanceWithPatchReadinessErrorCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic ResourceInventory build() 
 - 
copypublic ResourceInventory.Builder copy(ResourceInventory model) 
 
- 
 
-