Class Script.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.Script.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Script
build()
Script.Builder
copy(Script model)
Script.Builder
key(String key)
The key of the object.Script.Builder
modelType(String modelType)
The type of the object.Script.Builder
modelVersion(String modelVersion)
The model version of an object.Script.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Script.Builder
parentRef(ParentReference parentRef)
-
-
-
Method Detail
-
key
public Script.Builder key(String key)
The key of the object.- Parameters:
key
- the value to set- Returns:
- this builder
-
modelType
public Script.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public Script.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public Script.Builder parentRef(ParentReference parentRef)
-
objectStatus
public Script.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 Script build()
-
copy
public Script.Builder copy(Script model)
-
-