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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentInstallerCollection
build()
AgentInstallerCollection.Builder
copy(AgentInstallerCollection model)
AgentInstallerCollection.Builder
items(List<AgentInstallerSummary> items)
A list of the agent installer summaries.
-
-
-
Method Detail
-
items
public AgentInstallerCollection.Builder items(List<AgentInstallerSummary> items)
A list of the agent installer summaries.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public AgentInstallerCollection build()
-
copy
public AgentInstallerCollection.Builder copy(AgentInstallerCollection model)
-
-