public static class ResourceInventory.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ResourceInventory.Builder activeFleetCount(Integer activeFleetCount)
The number of active fleets.
activeFleetCount
- the value to setpublic ResourceInventory.Builder managedInstanceCount(Integer managedInstanceCount)
The number of managed instances.
managedInstanceCount
- the value to setpublic ResourceInventory.Builder jreCount(Integer jreCount)
The number of Java Runtimes.
jreCount
- the value to setpublic ResourceInventory.Builder installationCount(Integer installationCount)
The number of Java installations.
installationCount
- the value to setpublic ResourceInventory.Builder applicationCount(Integer applicationCount)
The number of applications.
applicationCount
- the value to setpublic ResourceInventory build()
public ResourceInventory.Builder copy(ResourceInventory model)
Copyright © 2016–2024. All rights reserved.