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