Class ImpactedResourcesCount.Builder
- java.lang.Object
-
- com.oracle.bmc.vulnerabilityscanning.model.ImpactedResourcesCount.Builder
-
- Enclosing class:
- ImpactedResourcesCount
public static class ImpactedResourcesCount.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImpactedResourcesCount
build()
ImpactedResourcesCount.Builder
copy(ImpactedResourcesCount model)
ImpactedResourcesCount.Builder
hostCount(Integer hostCount)
Number of scanned hosts in this compartment whose scan results currently report this vulnerabilityImpactedResourcesCount.Builder
imageCount(Integer imageCount)
Number of scanned container images in this compartment whose scan results currently report this vulnerability
-
-
-
Method Detail
-
hostCount
public 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
-
imageCount
public 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
-
build
public ImpactedResourcesCount build()
-
copy
public ImpactedResourcesCount.Builder copy(ImpactedResourcesCount model)
-
-