Package com.oracle.bmc.goldengate.model
Class DeploymentVersionCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.DeploymentVersionCollection.Builder
-
- Enclosing class:
- DeploymentVersionCollection
public static class DeploymentVersionCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentVersionCollection
build()
DeploymentVersionCollection.Builder
copy(DeploymentVersionCollection model)
DeploymentVersionCollection.Builder
items(List<DeploymentVersionSummary> items)
Array of DeploymentVersionSummary.
-
-
-
Method Detail
-
items
public DeploymentVersionCollection.Builder items(List<DeploymentVersionSummary> items)
Array of DeploymentVersionSummary.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public DeploymentVersionCollection build()
-
copy
public DeploymentVersionCollection.Builder copy(DeploymentVersionCollection model)
-
-