Package com.oracle.bmc.datasafe.model
Class UDFFormatEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.UDFFormatEntry.Builder
-
- Enclosing class:
- UDFFormatEntry
public static class UDFFormatEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UDFFormatEntry
build()
UDFFormatEntry.Builder
copy(UDFFormatEntry model)
UDFFormatEntry.Builder
description(String description)
UDFFormatEntry.Builder
userDefinedFunction(String userDefinedFunction)
The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format.
-
-
-
Method Detail
-
description
public UDFFormatEntry.Builder description(String description)
-
userDefinedFunction
public UDFFormatEntry.Builder userDefinedFunction(String userDefinedFunction)
The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format.It can be a standalone or packaged function, so PACKAGE_NAME is optional.
- Parameters:
userDefinedFunction
- the value to set- Returns:
- this builder
-
build
public UDFFormatEntry build()
-
copy
public UDFFormatEntry.Builder copy(UDFFormatEntry model)
-
-