Class CreateDataFlowValidationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.CreateDataFlowValidationDetails.Builder
 
- 
- Enclosing class:
- CreateDataFlowValidationDetails
 
 public static class CreateDataFlowValidationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
keypublic 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
 
 - 
modelTypepublic CreateDataFlowValidationDetails.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic CreateDataFlowValidationDetails.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic CreateDataFlowValidationDetails.Builder parentRef(ParentReference parentRef) 
 - 
namepublic 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
 
 - 
identifierpublic 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
 
 - 
objectVersionpublic 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
 
 - 
nodespublic CreateDataFlowValidationDetails.Builder nodes(List<FlowNode> nodes) An array of nodes.- Parameters:
- nodes- the value to set
- Returns:
- this builder
 
 - 
parameterspublic CreateDataFlowValidationDetails.Builder parameters(List<Parameter> parameters) An array of parameters.- Parameters:
- parameters- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateDataFlowValidationDetails.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
flowConfigValuespublic CreateDataFlowValidationDetails.Builder flowConfigValues(ConfigValues flowConfigValues) 
 - 
objectStatuspublic 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
 
 - 
metadatapublic CreateDataFlowValidationDetails.Builder metadata(ObjectMetadata metadata) 
 - 
keyMappublic 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
 
 - 
typedObjectMappublic 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
 
 - 
targetFieldMapSummarypublic 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
 
 - 
buildpublic CreateDataFlowValidationDetails build() 
 - 
copypublic CreateDataFlowValidationDetails.Builder copy(CreateDataFlowValidationDetails model) 
 
- 
 
-