Class Expression.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.Expression.Builder
-
- Enclosing class:
- Expression
public static class Expression.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expressionbuild()Expression.BuilderconfigValues(ConfigValues configValues)Expression.Buildercopy(Expression model)Expression.BuilderexprString(String exprString)The expression string for the object.Expression.Builderkey(String key)The object key.Expression.BuildermodelType(String modelType)The object type.Expression.BuildermodelVersion(String modelVersion)The object’s model version.Expression.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Expression.BuilderparentRef(ParentReference parentRef)
-
-
-
Method Detail
-
key
public Expression.Builder key(String key)
The object key.- Parameters:
key- the value to set- Returns:
- this builder
-
modelType
public Expression.Builder modelType(String modelType)
The object type.- Parameters:
modelType- the value to set- Returns:
- this builder
-
modelVersion
public Expression.Builder modelVersion(String modelVersion)
The object’s model version.- Parameters:
modelVersion- the value to set- Returns:
- this builder
-
parentRef
public Expression.Builder parentRef(ParentReference parentRef)
-
exprString
public Expression.Builder exprString(String exprString)
The expression string for the object.- Parameters:
exprString- the value to set- Returns:
- this builder
-
configValues
public Expression.Builder configValues(ConfigValues configValues)
-
objectStatus
public Expression.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
objectStatus- the value to set- Returns:
- this builder
-
build
public Expression build()
-
copy
public Expression.Builder copy(Expression model)
-
-