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