Class DataFlowSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.DataFlowSummary.Builder
-
- Enclosing class:
- DataFlowSummary
public static class DataFlowSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
key
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.
- Parameters:
key
- the value to set- Returns:
- this builder
-
modelType
public DataFlowSummary.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public DataFlowSummary.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public DataFlowSummary.Builder parentRef(ParentReference parentRef)
-
name
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.
- Parameters:
name
- the value to set- Returns:
- this builder
-
identifier
public 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.
- Parameters:
identifier
- the value to set- Returns:
- this builder
-
objectVersion
public DataFlowSummary.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.- Parameters:
objectVersion
- the value to set- Returns:
- this builder
-
nodes
public DataFlowSummary.Builder nodes(List<FlowNode> nodes)
An array of nodes.- Parameters:
nodes
- the value to set- Returns:
- this builder
-
parameters
public DataFlowSummary.Builder parameters(List<Parameter> parameters)
An array of parameters.- Parameters:
parameters
- the value to set- Returns:
- this builder
-
description
public DataFlowSummary.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
flowConfigValues
public DataFlowSummary.Builder flowConfigValues(ConfigValues flowConfigValues)
-
objectStatus
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.- Parameters:
objectStatus
- the value to set- Returns:
- this builder
-
metadata
public DataFlowSummary.Builder metadata(ObjectMetadata metadata)
-
keyMap
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.
- Parameters:
keyMap
- the value to set- Returns:
- this builder
-
typedObjectMap
public DataFlowSummary.Builder typedObjectMap(Map<String,TypedObjectWrapper> typedObjectMap)
A hash map that maps TypedObject keys to the object itself, for java sdk.- Parameters:
typedObjectMap
- the value to set- Returns:
- this builder
-
targetFieldMapSummary
public 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.- Parameters:
targetFieldMapSummary
- the value to set- Returns:
- this builder
-
build
public DataFlowSummary build()
-
copy
public DataFlowSummary.Builder copy(DataFlowSummary model)
-
-