Class Variable.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.Variable.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Variablebuild()Variable.Buildercopy(Variable model)Variable.Buildername(String name)Name of the variable.Variable.Buildervalue(String value)The value corresponding to the variable name.
-
-
-
Method Detail
-
name
public Variable.Builder name(String name)
Name of the variable.- Parameters:
name- the value to set- Returns:
- this builder
-
value
public Variable.Builder value(String value)
The value corresponding to the variable name.- Parameters:
value- the value to set- Returns:
- this builder
-
build
public Variable build()
-
copy
public Variable.Builder copy(Variable model)
-
-