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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceInventory.Builder
activeFleetCount(Integer activeFleetCount)
The number of active fleets.ResourceInventory.Builder
applicationCount(Integer applicationCount)
The number of applications.ResourceInventory
build()
ResourceInventory.Builder
copy(ResourceInventory model)
ResourceInventory.Builder
installationCount(Integer installationCount)
The number of Java installations.ResourceInventory.Builder
jreCount(Integer jreCount)
The number of Java Runtimes.ResourceInventory.Builder
managedInstanceCount(Integer managedInstanceCount)
The number of managed instances.
-
-
-
Method Detail
-
activeFleetCount
public ResourceInventory.Builder activeFleetCount(Integer activeFleetCount)
The number of active fleets.- Parameters:
activeFleetCount
- the value to set- Returns:
- this builder
-
managedInstanceCount
public ResourceInventory.Builder managedInstanceCount(Integer managedInstanceCount)
The number of managed instances.- Parameters:
managedInstanceCount
- the value to set- Returns:
- this builder
-
jreCount
public ResourceInventory.Builder jreCount(Integer jreCount)
The number of Java Runtimes.- Parameters:
jreCount
- the value to set- Returns:
- this builder
-
installationCount
public ResourceInventory.Builder installationCount(Integer installationCount)
The number of Java installations.- Parameters:
installationCount
- the value to set- Returns:
- this builder
-
applicationCount
public ResourceInventory.Builder applicationCount(Integer applicationCount)
The number of applications.- Parameters:
applicationCount
- the value to set- Returns:
- this builder
-
build
public ResourceInventory build()
-
copy
public ResourceInventory.Builder copy(ResourceInventory model)
-
-