Package com.oracle.bmc.jms.model
Class ResourceInventory.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.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 ResourceInventory.BuilderactiveFleetCount(Integer activeFleetCount)The number of active fleets.ResourceInventory.BuilderapplicationCount(Integer applicationCount)The number of applications.ResourceInventorybuild()ResourceInventory.Buildercopy(ResourceInventory model)ResourceInventory.BuilderinstallationCount(Integer installationCount)The number of Java installations.ResourceInventory.BuilderjreCount(Integer jreCount)The number of Java Runtimes.ResourceInventory.BuildermanagedInstanceCount(Integer managedInstanceCount)The number of managed instances.
 
- 
- 
- 
Method Detail- 
activeFleetCountpublic ResourceInventory.Builder activeFleetCount(Integer activeFleetCount) The number of active fleets.- Parameters:
- activeFleetCount- the value to set
- Returns:
- this builder
 
 - 
managedInstanceCountpublic ResourceInventory.Builder managedInstanceCount(Integer managedInstanceCount) The number of managed instances.- Parameters:
- managedInstanceCount- the value to set
- Returns:
- this builder
 
 - 
jreCountpublic ResourceInventory.Builder jreCount(Integer jreCount) The number of Java Runtimes.- Parameters:
- jreCount- the value to set
- Returns:
- this builder
 
 - 
installationCountpublic ResourceInventory.Builder installationCount(Integer installationCount) The number of Java installations.- Parameters:
- installationCount- the value to set
- Returns:
- this builder
 
 - 
applicationCountpublic ResourceInventory.Builder applicationCount(Integer applicationCount) The number of applications.- Parameters:
- applicationCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic ResourceInventory build() 
 - 
copypublic ResourceInventory.Builder copy(ResourceInventory model) 
 
- 
 
-