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