java.lang.Object
org.apache.nifi.registry.VariableDescriptor.Builder
- Enclosing class:
VariableDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) sensitive(boolean sensitive)
-
Constructor Details
-
Builder
Establishes the unique identifier or key name of the variable.- Parameters:
name- of the property
-
-
Method Details
-
description
- Parameters:
description- of the variable- Returns:
- the builder
-
sensitive
- Parameters:
sensitive- true if sensitive; false otherwise- Returns:
- the builder
-
build
- Returns:
- a VariableDescriptor as configured
-