Class UserDefinedFunctionSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.UserDefinedFunctionSummary.Builder
 
- 
- Enclosing class:
- UserDefinedFunctionSummary
 
 public static class UserDefinedFunctionSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
keypublic UserDefinedFunctionSummary.Builder key(String key) Generated key that can be used in API calls to identify user defined function.On scenarios where reference to the user defined function is needed, a value can be passed in create. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic UserDefinedFunctionSummary.Builder modelType(UserDefinedFunctionSummary.ModelType modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic UserDefinedFunctionSummary.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic UserDefinedFunctionSummary.Builder parentRef(ParentReference parentRef) 
 - 
namepublic UserDefinedFunctionSummary.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 UserDefinedFunctionSummary.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 UserDefinedFunctionSummary.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
 
 - 
signaturespublic UserDefinedFunctionSummary.Builder signatures(List<FunctionSignature> signatures) An array of function signature.- Parameters:
- signatures- the value to set
- Returns:
- this builder
 
 - 
exprpublic UserDefinedFunctionSummary.Builder expr(Expression expr) 
 - 
descriptionpublic UserDefinedFunctionSummary.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic UserDefinedFunctionSummary.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 UserDefinedFunctionSummary.Builder metadata(ObjectMetadata metadata) 
 - 
keyMappublic UserDefinedFunctionSummary.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
 
 - 
buildpublic UserDefinedFunctionSummary build() 
 - 
copypublic UserDefinedFunctionSummary.Builder copy(UserDefinedFunctionSummary model) 
 
- 
 
-