Class ContextVariable.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydataplane.model.ContextVariable.Builder
-
- Enclosing class:
- ContextVariable
public static class ContextVariable.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextVariable
build()
ContextVariable.Builder
copy(ContextVariable model)
ContextVariable.Builder
name(String name)
The name of the variable.ContextVariable.Builder
type(ContextVariable.Type type)
The type of the variable.ContextVariable.Builder
value(String value)
The value of the variable.
-
-
-
Method Detail
-
name
public ContextVariable.Builder name(String name)
The name of the variable.- Parameters:
name
- the value to set- Returns:
- this builder
-
value
public ContextVariable.Builder value(String value)
The value of the variable.- Parameters:
value
- the value to set- Returns:
- this builder
-
type
public ContextVariable.Builder type(ContextVariable.Type type)
The type of the variable.- Parameters:
type
- the value to set- Returns:
- this builder
-
build
public ContextVariable build()
-
copy
public ContextVariable.Builder copy(ContextVariable model)
-
-