Class ContextVariable.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydataplane.model.ContextVariable.Builder
 
- 
- Enclosing class:
- ContextVariable
 
 public static class ContextVariable.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextVariablebuild()ContextVariable.Buildercopy(ContextVariable model)ContextVariable.Buildername(String name)The name of the variable.ContextVariable.Buildertype(ContextVariable.Type type)The type of the variable.ContextVariable.Buildervalue(String value)The value of the variable.
 
- 
- 
- 
Method Detail- 
namepublic ContextVariable.Builder name(String name) The name of the variable.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
valuepublic ContextVariable.Builder value(String value) The value of the variable.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
typepublic ContextVariable.Builder type(ContextVariable.Type type) The type of the variable.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
buildpublic ContextVariable build() 
 - 
copypublic ContextVariable.Builder copy(ContextVariable model) 
 
- 
 
-