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