Class DirectNamedFieldMap.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.DirectNamedFieldMap.Builder
 
- 
- Enclosing class:
- DirectNamedFieldMap
 
 public static class DirectNamedFieldMap.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
descriptionpublic DirectNamedFieldMap.Builder description(String description) 
 - 
keypublic DirectNamedFieldMap.Builder key(String key) The object key.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic DirectNamedFieldMap.Builder modelVersion(String modelVersion) The object’s model version.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic DirectNamedFieldMap.Builder parentRef(ParentReference parentRef) 
 - 
configValuespublic DirectNamedFieldMap.Builder configValues(ConfigValues configValues) 
 - 
sourceTypedObjectpublic DirectNamedFieldMap.Builder sourceTypedObject(String sourceTypedObject) Deprecated - Reference to a typed object.- Parameters:
- sourceTypedObject- the value to set
- Returns:
- this builder
 
 - 
targetTypedObjectpublic DirectNamedFieldMap.Builder targetTypedObject(String targetTypedObject) Deprecated - Reference to a typed object- Parameters:
- targetTypedObject- the value to set
- Returns:
- this builder
 
 - 
sourceScopeReferencepublic DirectNamedFieldMap.Builder sourceScopeReference(ScopeReference sourceScopeReference) 
 - 
targetScopeReferencepublic DirectNamedFieldMap.Builder targetScopeReference(ScopeReference targetScopeReference) 
 - 
sourceFieldNamepublic DirectNamedFieldMap.Builder sourceFieldName(String sourceFieldName) The source field name.- Parameters:
- sourceFieldName- the value to set
- Returns:
- this builder
 
 - 
targetFieldNamepublic DirectNamedFieldMap.Builder targetFieldName(String targetFieldName) The target field name.- Parameters:
- targetFieldName- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic DirectNamedFieldMap.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
 
 - 
buildpublic DirectNamedFieldMap build() 
 - 
copypublic DirectNamedFieldMap.Builder copy(DirectNamedFieldMap model) 
 
- 
 
-