Class InputField.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.InputField.Builder
 
- 
- Enclosing class:
- InputField
 
 public static class InputField.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InputFieldbuild()InputField.BuilderconfigValues(ConfigValues configValues)InputField.Buildercopy(InputField model)InputField.Builderdescription(String description)InputField.Builderkey(String key)InputField.Builderlabels(List<String> labels)Labels are keywords or labels that you can add to data assets, dataflows and so on.InputField.BuildermodelVersion(String modelVersion)InputField.Buildername(String name)InputField.BuilderobjectStatus(Integer objectStatus)InputField.BuilderparentRef(ParentReference parentRef)InputField.Buildertype(BaseType type)
 
- 
- 
- 
Method Detail- 
keypublic InputField.Builder key(String key) 
 - 
modelVersionpublic InputField.Builder modelVersion(String modelVersion) 
 - 
parentRefpublic InputField.Builder parentRef(ParentReference parentRef) 
 - 
configValuespublic InputField.Builder configValues(ConfigValues configValues) 
 - 
objectStatuspublic InputField.Builder objectStatus(Integer objectStatus) 
 - 
namepublic InputField.Builder name(String name) 
 - 
descriptionpublic InputField.Builder description(String description) 
 - 
typepublic InputField.Builder type(BaseType type) 
 - 
labelspublic InputField.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 InputField build() 
 - 
copypublic InputField.Builder copy(InputField model) 
 
- 
 
-