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