public static class DataFlowSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataFlowSummary |
build() |
DataFlowSummary.Builder |
copy(DataFlowSummary model) |
DataFlowSummary.Builder |
description(String description)
Detailed description for the object.
|
DataFlowSummary.Builder |
flowConfigValues(ConfigValues flowConfigValues) |
DataFlowSummary.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
DataFlowSummary.Builder |
key(String key)
Generated key that can be used in API calls to identify data flow.
|
DataFlowSummary.Builder |
keyMap(Map<String,String> keyMap)
A key map.
|
DataFlowSummary.Builder |
metadata(ObjectMetadata metadata) |
DataFlowSummary.Builder |
modelType(String modelType)
The type of the object.
|
DataFlowSummary.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
DataFlowSummary.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
DataFlowSummary.Builder |
nodes(List<FlowNode> nodes)
An array of nodes.
|
DataFlowSummary.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
DataFlowSummary.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
DataFlowSummary.Builder |
parameters(List<Parameter> parameters)
An array of parameters.
|
DataFlowSummary.Builder |
parentRef(ParentReference parentRef) |
DataFlowSummary.Builder |
targetFieldMapSummary(Map<String,FieldMapWrapper> targetFieldMapSummary)
A hash map that maps TypedObject keys to a field map that maps to the typed object as a
target, for java sdk.
|
DataFlowSummary.Builder |
typedObjectMap(Map<String,TypedObjectWrapper> typedObjectMap)
A hash map that maps TypedObject keys to the object itself, for java sdk.
|
public DataFlowSummary.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 DataFlowSummary.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic DataFlowSummary.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic DataFlowSummary.Builder parentRef(ParentReference parentRef)
public DataFlowSummary.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 DataFlowSummary.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 DataFlowSummary.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic DataFlowSummary.Builder nodes(List<FlowNode> nodes)
An array of nodes.
nodes
- the value to setpublic DataFlowSummary.Builder parameters(List<Parameter> parameters)
An array of parameters.
parameters
- the value to setpublic DataFlowSummary.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic DataFlowSummary.Builder flowConfigValues(ConfigValues flowConfigValues)
public DataFlowSummary.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 DataFlowSummary.Builder metadata(ObjectMetadata metadata)
public DataFlowSummary.Builder keyMap(Map<String,String> keyMap)
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
keyMap
- the value to setpublic DataFlowSummary.Builder typedObjectMap(Map<String,TypedObjectWrapper> typedObjectMap)
A hash map that maps TypedObject keys to the object itself, for java sdk.
typedObjectMap
- the value to setpublic DataFlowSummary.Builder targetFieldMapSummary(Map<String,FieldMapWrapper> targetFieldMapSummary)
A hash map that maps TypedObject keys to a field map that maps to the typed object as a target, for java sdk.
targetFieldMapSummary
- the value to setpublic DataFlowSummary build()
public DataFlowSummary.Builder copy(DataFlowSummary model)
Copyright © 2016–2024. All rights reserved.