Package com.oracle.bmc.cloudbridge.model
Class AgentCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudbridge.model.AgentCollection.Builder
 
- 
- Enclosing class:
- AgentCollection
 
 public static class AgentCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentCollectionbuild()AgentCollection.Buildercopy(AgentCollection model)AgentCollection.Builderitems(List<AgentSummary> items)List of Agents.
 
- 
- 
- 
Method Detail- 
itemspublic AgentCollection.Builder items(List<AgentSummary> items) List of Agents.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic AgentCollection build() 
 - 
copypublic AgentCollection.Builder copy(AgentCollection model) 
 
- 
 
-