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