Class RootObject.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.RootObject.Builder
-
- Enclosing class:
- RootObject
public static class RootObject.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RootObject
build()
RootObject.Builder
copy(RootObject model)
RootObject.Builder
key(String key)
The key of the object.RootObject.Builder
modelType(String modelType)
The type of the object.RootObject.Builder
modelVersion(String modelVersion)
The model version of an object.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.RootObject.Builder
parentRef(ParentReference parentRef)
-
-
-
Method Detail
-
key
public RootObject.Builder key(String key)
The key of the object.- Parameters:
key
- the value to set- Returns:
- this builder
-
modelType
public RootObject.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public RootObject.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public RootObject.Builder parentRef(ParentReference parentRef)
-
objectStatus
public 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
-
build
public RootObject build()
-
copy
public RootObject.Builder copy(RootObject model)
-
-