Class HostScanTargetErrorSummaryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.vulnerabilityscanning.model.HostScanTargetErrorSummaryCollection.Builder
-
- Enclosing class:
- HostScanTargetErrorSummaryCollection
public static class HostScanTargetErrorSummaryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostScanTargetErrorSummaryCollection
build()
HostScanTargetErrorSummaryCollection.Builder
copy(HostScanTargetErrorSummaryCollection model)
HostScanTargetErrorSummaryCollection.Builder
items(List<HostScanTargetErrorSummary> items)
The HostScanTargetError objects in the collection.
-
-
-
Method Detail
-
items
public HostScanTargetErrorSummaryCollection.Builder items(List<HostScanTargetErrorSummary> items)
The HostScanTargetError objects in the collection.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public HostScanTargetErrorSummaryCollection build()
-
copy
public HostScanTargetErrorSummaryCollection.Builder copy(HostScanTargetErrorSummaryCollection model)
-
-