Class InputProxyField.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.InputProxyField.Builder
 
- 
- Enclosing class:
- InputProxyField
 
 public static class InputProxyField.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InputProxyFieldbuild()InputProxyField.BuilderconfigValues(ConfigValues configValues)InputProxyField.Buildercopy(InputProxyField model)InputProxyField.Builderdescription(String description)InputProxyField.Builderkey(String key)InputProxyField.Builderlabels(List<String> labels)Labels are keywords or labels that you can add to data assets, dataflows and so on.InputProxyField.BuildermodelVersion(String modelVersion)InputProxyField.Buildername(String name)InputProxyField.BuilderobjectStatus(Integer objectStatus)InputProxyField.BuilderparentRef(ParentReference parentRef)InputProxyField.Builderscope(Object scope)Reference to a typed object, this can be either a key value to an object within the document, a shall referenced to a TypedObject or a full TypedObject definition.InputProxyField.Buildertype(BaseType type)
 
- 
- 
- 
Method Detail- 
keypublic InputProxyField.Builder key(String key) 
 - 
modelVersionpublic InputProxyField.Builder modelVersion(String modelVersion) 
 - 
parentRefpublic InputProxyField.Builder parentRef(ParentReference parentRef) 
 - 
configValuespublic InputProxyField.Builder configValues(ConfigValues configValues) 
 - 
objectStatuspublic InputProxyField.Builder objectStatus(Integer objectStatus) 
 - 
namepublic InputProxyField.Builder name(String name) 
 - 
descriptionpublic InputProxyField.Builder description(String description) 
 - 
scopepublic InputProxyField.Builder scope(Object scope) Reference to a typed object, this can be either a key value to an object within the document, a shall referenced to a TypedObject or a full TypedObject definition.- Parameters:
- scope- the value to set
- Returns:
- this builder
 
 - 
typepublic InputProxyField.Builder type(BaseType type) 
 - 
labelspublic InputProxyField.Builder labels(List<String> labels) Labels are keywords or labels that you can add to data assets, dataflows and so on.You can define your own labels and use them to categorize content. - Parameters:
- labels- the value to set
- Returns:
- this builder
 
 - 
buildpublic InputProxyField build() 
 - 
copypublic InputProxyField.Builder copy(InputProxyField model) 
 
- 
 
-