public static class PPFFormatEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public PPFFormatEntry.Builder description(String description)
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.
postProcessingFunction
- the value to setpublic PPFFormatEntry build()
public PPFFormatEntry.Builder copy(PPFFormatEntry model)
Copyright © 2016–2024. All rights reserved.