Class InputField.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.InputField.Builder
-
- Enclosing class:
- InputField
public static class InputField.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All 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
-
key
public InputField.Builder key(String key)
-
modelVersion
public InputField.Builder modelVersion(String modelVersion)
-
parentRef
public InputField.Builder parentRef(ParentReference parentRef)
-
configValues
public InputField.Builder configValues(ConfigValues configValues)
-
objectStatus
public InputField.Builder objectStatus(Integer objectStatus)
-
name
public InputField.Builder name(String name)
-
description
public InputField.Builder description(String description)
-
type
public InputField.Builder type(BaseType type)
-
labels
public 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
-
build
public InputField build()
-
copy
public InputField.Builder copy(InputField model)
-
-