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