public static class InputProxyField.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InputProxyField |
build() |
InputProxyField.Builder |
configValues(ConfigValues configValues) |
InputProxyField.Builder |
copy(InputProxyField model) |
InputProxyField.Builder |
description(String description) |
InputProxyField.Builder |
key(String key) |
InputProxyField.Builder |
labels(List<String> labels)
Labels are keywords or labels that you can add to data assets, dataflows and so on.
|
InputProxyField.Builder |
modelVersion(String modelVersion) |
InputProxyField.Builder |
name(String name) |
InputProxyField.Builder |
objectStatus(Integer objectStatus) |
InputProxyField.Builder |
parentRef(ParentReference parentRef) |
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 |
type(BaseType type) |
public InputProxyField.Builder key(String key)
public InputProxyField.Builder modelVersion(String modelVersion)
public InputProxyField.Builder parentRef(ParentReference parentRef)
public InputProxyField.Builder configValues(ConfigValues configValues)
public InputProxyField.Builder objectStatus(Integer objectStatus)
public InputProxyField.Builder name(String name)
public InputProxyField.Builder description(String description)
public 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.
scope
- the value to setpublic InputProxyField.Builder type(BaseType type)
public 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.
labels
- the value to setpublic InputProxyField build()
public InputProxyField.Builder copy(InputProxyField model)
Copyright © 2016–2024. All rights reserved.