Package com.oracle.bmc.devops.model
Class ExportedVariable.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.ExportedVariable.Builder
-
- Enclosing class:
- ExportedVariable
public static class ExportedVariable.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportedVariable
build()
ExportedVariable.Builder
copy(ExportedVariable model)
ExportedVariable.Builder
name(String name)
Name of the parameter (case-sensitive).ExportedVariable.Builder
value(String value)
Value of the argument.
-
-
-
Method Detail
-
name
public ExportedVariable.Builder name(String name)
Name of the parameter (case-sensitive).Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
- Parameters:
name
- the value to set- Returns:
- this builder
-
value
public ExportedVariable.Builder value(String value)
Value of the argument.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public ExportedVariable build()
-
copy
public ExportedVariable.Builder copy(ExportedVariable model)
-
-