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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportableAgentEntitySummaryCollectionbuild()ImportableAgentEntitySummaryCollection.Buildercopy(ImportableAgentEntitySummaryCollection model)ImportableAgentEntitySummaryCollection.Builderitems(List<ImportableAgentEntitySummary> items)Array of importable agent entity objects.
 
- 
- 
- 
Method Detail- 
itemspublic ImportableAgentEntitySummaryCollection.Builder items(List<ImportableAgentEntitySummary> items) Array of importable agent entity objects.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic ImportableAgentEntitySummaryCollection build() 
 - 
copypublic ImportableAgentEntitySummaryCollection.Builder copy(ImportableAgentEntitySummaryCollection model) 
 
- 
 
-