Class LicenseMetric.Builder
- java.lang.Object
- 
- com.oracle.bmc.licensemanager.model.LicenseMetric.Builder
 
- 
- Enclosing class:
- LicenseMetric
 
 public static class LicenseMetric.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseMetricbuild()LicenseMetric.Buildercopy(LicenseMetric model)LicenseMetric.BuilderlicenseRecordExpiringSoonCount(Integer licenseRecordExpiringSoonCount)Total number of license records that will expire within 90 days in a particular compartment.LicenseMetric.BuildertotalByolInstanceCount(Integer totalByolInstanceCount)Total number of BYOL instances in a particular compartment.LicenseMetric.BuildertotalLicenseIncludedInstanceCount(Integer totalLicenseIncludedInstanceCount)Total number of License Included (LI) instances in a particular compartment.LicenseMetric.BuildertotalProductLicenseCount(Integer totalProductLicenseCount)Total number of product licenses in a particular compartment.
 
- 
- 
- 
Method Detail- 
totalProductLicenseCountpublic LicenseMetric.Builder totalProductLicenseCount(Integer totalProductLicenseCount) Total number of product licenses in a particular compartment.- Parameters:
- totalProductLicenseCount- the value to set
- Returns:
- this builder
 
 - 
totalByolInstanceCountpublic LicenseMetric.Builder totalByolInstanceCount(Integer totalByolInstanceCount) Total number of BYOL instances in a particular compartment.- Parameters:
- totalByolInstanceCount- the value to set
- Returns:
- this builder
 
 - 
totalLicenseIncludedInstanceCountpublic LicenseMetric.Builder totalLicenseIncludedInstanceCount(Integer totalLicenseIncludedInstanceCount) Total number of License Included (LI) instances in a particular compartment.- Parameters:
- totalLicenseIncludedInstanceCount- the value to set
- Returns:
- this builder
 
 - 
licenseRecordExpiringSoonCountpublic LicenseMetric.Builder licenseRecordExpiringSoonCount(Integer licenseRecordExpiringSoonCount) Total number of license records that will expire within 90 days in a particular compartment.- Parameters:
- licenseRecordExpiringSoonCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic LicenseMetric build() 
 - 
copypublic LicenseMetric.Builder copy(LicenseMetric model) 
 
- 
 
-