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