Package com.oracle.bmc.jms.model
Class AgentInstallerCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.AgentInstallerCollection.Builder
 
- 
- Enclosing class:
- AgentInstallerCollection
 
 public static class AgentInstallerCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentInstallerCollectionbuild()AgentInstallerCollection.Buildercopy(AgentInstallerCollection model)AgentInstallerCollection.Builderitems(List<AgentInstallerSummary> items)A list of the agent installer summaries.
 
- 
- 
- 
Method Detail- 
itemspublic AgentInstallerCollection.Builder items(List<AgentInstallerSummary> items) A list of the agent installer summaries.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic AgentInstallerCollection build() 
 - 
copypublic AgentInstallerCollection.Builder copy(AgentInstallerCollection model) 
 
- 
 
-