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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueArtifactContentCollectionbuild()ValueArtifactContentCollection.Buildercopy(ValueArtifactContentCollection model)ValueArtifactContentCollection.Builderitems(List<ValueArtifactContent> items)List of parameters defined to set helm value.
 
- 
- 
- 
Method Detail- 
itemspublic ValueArtifactContentCollection.Builder items(List<ValueArtifactContent> items) List of parameters defined to set helm value.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic ValueArtifactContentCollection build() 
 - 
copypublic ValueArtifactContentCollection.Builder copy(ValueArtifactContentCollection model) 
 
- 
 
-