public static class CreateDataFlowDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDataFlowDetails |
build() |
CreateDataFlowDetails.Builder |
copy(CreateDataFlowDetails model) |
CreateDataFlowDetails.Builder |
description(String description)
Detailed description for the object.
|
CreateDataFlowDetails.Builder |
flowConfigValues(ConfigValues flowConfigValues) |
CreateDataFlowDetails.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
CreateDataFlowDetails.Builder |
key(String key)
Generated key that can be used in API calls to identify data flow.
|
CreateDataFlowDetails.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
CreateDataFlowDetails.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
CreateDataFlowDetails.Builder |
nodes(List<FlowNode> nodes)
An array of nodes.
|
CreateDataFlowDetails.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
CreateDataFlowDetails.Builder |
parameters(List<Parameter> parameters)
An array of parameters.
|
CreateDataFlowDetails.Builder |
parentRef(ParentReference parentRef) |
CreateDataFlowDetails.Builder |
registryMetadata(RegistryMetadata registryMetadata) |
public CreateDataFlowDetails.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 CreateDataFlowDetails.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic CreateDataFlowDetails.Builder parentRef(ParentReference parentRef)
public CreateDataFlowDetails.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 CreateDataFlowDetails.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 CreateDataFlowDetails.Builder nodes(List<FlowNode> nodes)
An array of nodes.
nodes
- the value to setpublic CreateDataFlowDetails.Builder parameters(List<Parameter> parameters)
An array of parameters.
parameters
- the value to setpublic CreateDataFlowDetails.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic CreateDataFlowDetails.Builder flowConfigValues(ConfigValues flowConfigValues)
public CreateDataFlowDetails.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 CreateDataFlowDetails.Builder registryMetadata(RegistryMetadata registryMetadata)
public CreateDataFlowDetails build()
public CreateDataFlowDetails.Builder copy(CreateDataFlowDetails model)
Copyright © 2016–2024. All rights reserved.