Class CreateDataFlowValidationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.CreateDataFlowValidationDetails.Builder
-
- Enclosing class:
- CreateDataFlowValidationDetails
public static class CreateDataFlowValidationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public CreateDataFlowValidationDetails.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 CreateDataFlowValidationDetails.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public CreateDataFlowValidationDetails.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public CreateDataFlowValidationDetails.Builder parentRef(ParentReference parentRef)
-
name
public CreateDataFlowValidationDetails.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 CreateDataFlowValidationDetails.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 CreateDataFlowValidationDetails.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 CreateDataFlowValidationDetails.Builder nodes(List<FlowNode> nodes)
An array of nodes.- Parameters:
nodes
- the value to set- Returns:
- this builder
-
parameters
public CreateDataFlowValidationDetails.Builder parameters(List<Parameter> parameters)
An array of parameters.- Parameters:
parameters
- the value to set- Returns:
- this builder
-
description
public CreateDataFlowValidationDetails.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
flowConfigValues
public CreateDataFlowValidationDetails.Builder flowConfigValues(ConfigValues flowConfigValues)
-
objectStatus
public CreateDataFlowValidationDetails.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 CreateDataFlowValidationDetails.Builder metadata(ObjectMetadata metadata)
-
keyMap
public CreateDataFlowValidationDetails.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 CreateDataFlowValidationDetails.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 CreateDataFlowValidationDetails.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 CreateDataFlowValidationDetails build()
-
copy
public CreateDataFlowValidationDetails.Builder copy(CreateDataFlowValidationDetails model)
-
-