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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HelmDiffArgumentCollection
build()
HelmDiffArgumentCollection.Builder
copy(HelmDiffArgumentCollection model)
HelmDiffArgumentCollection.Builder
items(List<HelmDiffArgument> items)
List of arguments provided at the time of deployment.
-
-
-
Method Detail
-
items
public HelmDiffArgumentCollection.Builder items(List<HelmDiffArgument> items)
List of arguments provided at the time of deployment.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public HelmDiffArgumentCollection build()
-
copy
public HelmDiffArgumentCollection.Builder copy(HelmDiffArgumentCollection model)
-
-