public static final class VariableDescriptor.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private String |
name |
private boolean |
sensitive |
| Constructor and Description |
|---|
Builder(String name)
Establishes the unique identifier or key name of the variable.
|
| Modifier and Type | Method and Description |
|---|---|
VariableDescriptor |
build() |
VariableDescriptor.Builder |
description(String description) |
VariableDescriptor.Builder |
sensitive(boolean sensitive) |
private String name
private String description
private boolean sensitive
public Builder(String name)
name - of the propertypublic VariableDescriptor.Builder description(String description)
description - of the variablepublic VariableDescriptor.Builder sensitive(boolean sensitive)
sensitive - true if sensitive; false otherwisepublic VariableDescriptor build()
Copyright © 2018 Apache NiFi Project. All rights reserved.