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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentUpgradeCollection
build()
DeploymentUpgradeCollection.Builder
copy(DeploymentUpgradeCollection model)
DeploymentUpgradeCollection.Builder
items(List<DeploymentUpgradeSummary> items)
An array of Deployment Upgrade summaries.
-
-
-
Method Detail
-
items
public DeploymentUpgradeCollection.Builder items(List<DeploymentUpgradeSummary> items)
An array of Deployment Upgrade summaries.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public DeploymentUpgradeCollection build()
-
copy
public DeploymentUpgradeCollection.Builder copy(DeploymentUpgradeCollection model)
-
-