Package com.oracle.bmc.devops.model
Class HelmDiffArgumentCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.HelmDiffArgumentCollection.Builder
 
- 
- Enclosing class:
- HelmDiffArgumentCollection
 
 public static class HelmDiffArgumentCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HelmDiffArgumentCollectionbuild()HelmDiffArgumentCollection.Buildercopy(HelmDiffArgumentCollection model)HelmDiffArgumentCollection.Builderitems(List<HelmDiffArgument> items)List of arguments provided at the time of deployment.
 
- 
- 
- 
Method Detail- 
itemspublic HelmDiffArgumentCollection.Builder items(List<HelmDiffArgument> items) List of arguments provided at the time of deployment.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic HelmDiffArgumentCollection build() 
 - 
copypublic HelmDiffArgumentCollection.Builder copy(HelmDiffArgumentCollection model) 
 
- 
 
-