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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PPFFormatEntrybuild()PPFFormatEntry.Buildercopy(PPFFormatEntry model)PPFFormatEntry.Builderdescription(String description)PPFFormatEntry.BuilderpostProcessingFunction(String postProcessingFunction)The post processing function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format.
 
- 
- 
- 
Method Detail- 
descriptionpublic PPFFormatEntry.Builder description(String description) 
 - 
postProcessingFunctionpublic 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
 
 - 
buildpublic PPFFormatEntry build() 
 - 
copypublic PPFFormatEntry.Builder copy(PPFFormatEntry model) 
 
- 
 
-