Class ImpactedResourcesCount.Builder
- java.lang.Object
- 
- com.oracle.bmc.vulnerabilityscanning.model.ImpactedResourcesCount.Builder
 
- 
- Enclosing class:
- ImpactedResourcesCount
 
 public static class ImpactedResourcesCount.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ImpactedResourcesCountbuild()ImpactedResourcesCount.Buildercopy(ImpactedResourcesCount model)ImpactedResourcesCount.BuilderhostCount(Integer hostCount)Number of scanned hosts in this compartment whose scan results currently report this vulnerabilityImpactedResourcesCount.BuilderimageCount(Integer imageCount)Number of scanned container images in this compartment whose scan results currently report this vulnerability
 
- 
- 
- 
Method Detail- 
hostCountpublic ImpactedResourcesCount.Builder hostCount(Integer hostCount) Number of scanned hosts in this compartment whose scan results currently report this vulnerability- Parameters:
- hostCount- the value to set
- Returns:
- this builder
 
 - 
imageCountpublic ImpactedResourcesCount.Builder imageCount(Integer imageCount) Number of scanned container images in this compartment whose scan results currently report this vulnerability- Parameters:
- imageCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic ImpactedResourcesCount build() 
 - 
copypublic ImpactedResourcesCount.Builder copy(ImpactedResourcesCount model) 
 
- 
 
-