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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployEnvironmentCollectionbuild()DeployEnvironmentCollection.Buildercopy(DeployEnvironmentCollection model)DeployEnvironmentCollection.Builderitems(List<DeployEnvironmentSummary> items)Deployment environment summary items found for the search.
 
- 
- 
- 
Method Detail- 
itemspublic DeployEnvironmentCollection.Builder items(List<DeployEnvironmentSummary> items) Deployment environment summary items found for the search.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic DeployEnvironmentCollection build() 
 - 
copypublic DeployEnvironmentCollection.Builder copy(DeployEnvironmentCollection model) 
 
- 
 
-