public static class UpdateDataFlowDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDataFlowDetails |
build() |
UpdateDataFlowDetails.Builder |
copy(UpdateDataFlowDetails model) |
UpdateDataFlowDetails.Builder |
description(String description)
Detailed description for the object.
|
UpdateDataFlowDetails.Builder |
flowConfigValues(ConfigValues flowConfigValues) |
UpdateDataFlowDetails.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
UpdateDataFlowDetails.Builder |
key(String key)
Generated key that can be used in API calls to identify data flow.
|
UpdateDataFlowDetails.Builder |
modelType(String modelType)
The type of the object.
|
UpdateDataFlowDetails.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
UpdateDataFlowDetails.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
UpdateDataFlowDetails.Builder |
nodes(List<FlowNode> nodes)
An array of nodes.
|
UpdateDataFlowDetails.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
UpdateDataFlowDetails.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
UpdateDataFlowDetails.Builder |
parameters(List<Parameter> parameters)
An array of parameters.
|
UpdateDataFlowDetails.Builder |
parentRef(ParentReference parentRef) |
UpdateDataFlowDetails.Builder |
registryMetadata(RegistryMetadata registryMetadata) |
public UpdateDataFlowDetails.Builder key(String key)
Generated key that can be used in API calls to identify data flow. On scenarios where reference to the data flow is needed, a value can be passed in create.
key
- the value to setpublic UpdateDataFlowDetails.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic UpdateDataFlowDetails.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic UpdateDataFlowDetails.Builder parentRef(ParentReference parentRef)
public UpdateDataFlowDetails.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic UpdateDataFlowDetails.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
identifier
- the value to setpublic UpdateDataFlowDetails.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic UpdateDataFlowDetails.Builder nodes(List<FlowNode> nodes)
An array of nodes.
nodes
- the value to setpublic UpdateDataFlowDetails.Builder parameters(List<Parameter> parameters)
An array of parameters.
parameters
- the value to setpublic UpdateDataFlowDetails.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic UpdateDataFlowDetails.Builder flowConfigValues(ConfigValues flowConfigValues)
public UpdateDataFlowDetails.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic UpdateDataFlowDetails.Builder registryMetadata(RegistryMetadata registryMetadata)
public UpdateDataFlowDetails build()
public UpdateDataFlowDetails.Builder copy(UpdateDataFlowDetails model)
Copyright © 2016–2024. All rights reserved.