Class Variable.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.Variable.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
namepublic Variable.Builder name(String name) Name of the variable.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
valuepublic Variable.Builder value(String value) The value corresponding to the variable name.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic Variable build() 
 - 
copypublic Variable.Builder copy(Variable model) 
 
- 
 
-