Uses of Class
com.oracle.bmc.dataintegration.model.InputProxyField.Builder
-
Packages that use InputProxyField.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of InputProxyField.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return InputProxyField.Builder Modifier and Type Method Description static InputProxyField.Builder
InputProxyField. builder()
Create a new builder.InputProxyField.Builder
InputProxyField.Builder. configValues(ConfigValues configValues)
InputProxyField.Builder
InputProxyField.Builder. copy(InputProxyField model)
InputProxyField.Builder
InputProxyField.Builder. description(String description)
InputProxyField.Builder
InputProxyField.Builder. key(String key)
InputProxyField.Builder
InputProxyField.Builder. labels(List<String> labels)
Labels are keywords or labels that you can add to data assets, dataflows and so on.InputProxyField.Builder
InputProxyField.Builder. modelVersion(String modelVersion)
InputProxyField.Builder
InputProxyField.Builder. name(String name)
InputProxyField.Builder
InputProxyField.Builder. objectStatus(Integer objectStatus)
InputProxyField.Builder
InputProxyField.Builder. parentRef(ParentReference parentRef)
InputProxyField.Builder
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.InputProxyField.Builder
InputProxyField. toBuilder()
InputProxyField.Builder
InputProxyField.Builder. type(BaseType type)
-