Uses of Class
com.oracle.bmc.dataintegration.model.Script.Builder
-
Packages that use Script.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Script.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Script.Builder Modifier and Type Method Description static Script.Builder
Script. builder()
Create a new builder.Script.Builder
Script.Builder. copy(Script model)
Script.Builder
Script.Builder. key(String key)
The key of the object.Script.Builder
Script.Builder. modelType(String modelType)
The type of the object.Script.Builder
Script.Builder. modelVersion(String modelVersion)
The model version of an object.Script.Builder
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
Script.Builder. parentRef(ParentReference parentRef)
Script.Builder
Script. toBuilder()
-