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