Package com.oracle.bmc.opsi.model
Class ImportableAgentEntitySummaryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.ImportableAgentEntitySummaryCollection.Builder
-
- Enclosing class:
- ImportableAgentEntitySummaryCollection
public static class ImportableAgentEntitySummaryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportableAgentEntitySummaryCollection
build()
ImportableAgentEntitySummaryCollection.Builder
copy(ImportableAgentEntitySummaryCollection model)
ImportableAgentEntitySummaryCollection.Builder
items(List<ImportableAgentEntitySummary> items)
Array of importable agent entity objects.
-
-
-
Method Detail
-
items
public ImportableAgentEntitySummaryCollection.Builder items(List<ImportableAgentEntitySummary> items)
Array of importable agent entity objects.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ImportableAgentEntitySummaryCollection build()
-
copy
public ImportableAgentEntitySummaryCollection.Builder copy(ImportableAgentEntitySummaryCollection model)
-
-