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