Class Script.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.Script.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Scriptbuild()Script.Buildercopy(Script model)Script.Builderkey(String key)The key of the object.Script.BuildermodelType(String modelType)The type of the object.Script.BuildermodelVersion(String modelVersion)The model version of an object.Script.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Script.BuilderparentRef(ParentReference parentRef)
 
- 
- 
- 
Method Detail- 
keypublic Script.Builder key(String key) The key of the object.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic Script.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic Script.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic Script.Builder parentRef(ParentReference parentRef) 
 - 
objectStatuspublic 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
 
 - 
buildpublic Script build() 
 - 
copypublic Script.Builder copy(Script model) 
 
- 
 
-