Class UserDefinedFunctionSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.UserDefinedFunctionSummary.Builder
-
- Enclosing class:
- UserDefinedFunctionSummary
public static class UserDefinedFunctionSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public 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
-
modelType
public UserDefinedFunctionSummary.Builder modelType(UserDefinedFunctionSummary.ModelType modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public UserDefinedFunctionSummary.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public UserDefinedFunctionSummary.Builder parentRef(ParentReference parentRef)
-
name
public 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
-
identifier
public 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
-
objectVersion
public 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
-
signatures
public UserDefinedFunctionSummary.Builder signatures(List<FunctionSignature> signatures)
An array of function signature.- Parameters:
signatures
- the value to set- Returns:
- this builder
-
expr
public UserDefinedFunctionSummary.Builder expr(Expression expr)
-
description
public UserDefinedFunctionSummary.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectStatus
public 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
-
metadata
public UserDefinedFunctionSummary.Builder metadata(ObjectMetadata metadata)
-
keyMap
public 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
-
build
public UserDefinedFunctionSummary build()
-
copy
public UserDefinedFunctionSummary.Builder copy(UserDefinedFunctionSummary model)
-
-