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