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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceInventory
build()
ResourceInventory.Builder
copy(ResourceInventory model)
ResourceInventory.Builder
managedInstanceCount(Integer managedInstanceCount)
The number of managed instances in the selected compartment.ResourceInventory.Builder
managedInstanceWithPatchReadinessErrorCount(Integer managedInstanceWithPatchReadinessErrorCount)
The number of managed instance that have WebLogic domains with errors in the patch readiness check.ResourceInventory.Builder
managedInstanceWithPatchReadinessWarningCount(Integer managedInstanceWithPatchReadinessWarningCount)
The number of managed instance that have WebLogic domains with warnings in the patch readiness check.ResourceInventory.Builder
wlsDomainCount(Integer wlsDomainCount)
The number of WebLogic domains discovered in the selected compartment.ResourceInventory.Builder
wlsDomainNotInLatestPatchCount(Integer wlsDomainNotInLatestPatchCount)
The number of WebLogic domains that are not in the latest patch.ResourceInventory.Builder
wlsDomainWithPatchReadinessErrorCount(Integer wlsDomainWithPatchReadinessErrorCount)
The number of WebLogic domains that have errors in the patch readiness check.ResourceInventory.Builder
wlsDomainWithPatchReadinessWarningCount(Integer wlsDomainWithPatchReadinessWarningCount)
The number of WebLogic domains that have warnings in the patch readiness check.
-
-
-
Method Detail
-
wlsDomainCount
public ResourceInventory.Builder wlsDomainCount(Integer wlsDomainCount)
The number of WebLogic domains discovered in the selected compartment.- Parameters:
wlsDomainCount
- the value to set- Returns:
- this builder
-
wlsDomainNotInLatestPatchCount
public 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
-
wlsDomainWithPatchReadinessWarningCount
public 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
-
wlsDomainWithPatchReadinessErrorCount
public 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
-
managedInstanceCount
public ResourceInventory.Builder managedInstanceCount(Integer managedInstanceCount)
The number of managed instances in the selected compartment.- Parameters:
managedInstanceCount
- the value to set- Returns:
- this builder
-
managedInstanceWithPatchReadinessWarningCount
public 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
-
managedInstanceWithPatchReadinessErrorCount
public 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
-
build
public ResourceInventory build()
-
copy
public ResourceInventory.Builder copy(ResourceInventory model)
-
-