public static class ImpactedResourcesCount.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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
vulnerability
|
ImpactedResourcesCount.Builder |
imageCount(Integer imageCount)
Number of scanned container images in this compartment whose scan results currently
report this vulnerability
|
public ImpactedResourcesCount.Builder hostCount(Integer hostCount)
Number of scanned hosts in this compartment whose scan results currently report this vulnerability
hostCount
- the value to setpublic ImpactedResourcesCount.Builder imageCount(Integer imageCount)
Number of scanned container images in this compartment whose scan results currently report this vulnerability
imageCount
- the value to setpublic ImpactedResourcesCount build()
public ImpactedResourcesCount.Builder copy(ImpactedResourcesCount model)
Copyright © 2016–2024. All rights reserved.