Uses of Class
org.apache.nifi.components.PropertyDescriptor.Builder
Packages that use PropertyDescriptor.Builder
-
Uses of PropertyDescriptor.Builder in org.apache.nifi.components
Methods in org.apache.nifi.components that return PropertyDescriptor.BuilderModifier and TypeMethodDescriptionPropertyDescriptor.Builder.addValidator
(Validator validator) <E extends Enum<E>>
PropertyDescriptor.BuilderPropertyDescriptor.Builder.allowableValues
(E[] values) Sets the Allowable Values for this Property.<E extends Enum<E>>
PropertyDescriptor.BuilderPropertyDescriptor.Builder.allowableValues
(Class<E> enumClass) Sets the Allowable Values for this Property.PropertyDescriptor.Builder.allowableValues
(String... values) Sets the Allowable Values for this Property.<E extends Enum<E>>
PropertyDescriptor.BuilderPropertyDescriptor.Builder.allowableValues
(EnumSet<E> enumValues) Sets the Allowable Values for this Property.PropertyDescriptor.Builder.allowableValues
(Set<String> values) Sets the Allowable Values for this Property.PropertyDescriptor.Builder.allowableValues
(DescribedValue... values) Sets the Allowable Values for this Property.PropertyDescriptor.Builder.clearAllowableValues()
Clears all Allowable Values from this PropertyPropertyDescriptor.Builder.clearDefaultValue()
Clears the initial value and default value from this Property.PropertyDescriptor.Builder.clearDependsOn()
Clear all Dependencies from this PropertyPropertyDescriptor.Builder.clearValidators()
Clear all Validators from this PropertyPropertyDescriptor.Builder.defaultValue
(String value) Specifies the initial value and the default value that will be used if the user does not specify a value.PropertyDescriptor.Builder.defaultValue
(DescribedValue value) Specifies the initial value and the default value that will be used if the user does not specify a value.PropertyDescriptor.Builder.dependsOn
(PropertyDescriptor property, String firstDependentValue, String... additionalDependentValues) Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a value equal to one of the givenString
arguments.PropertyDescriptor.Builder.dependsOn
(PropertyDescriptor property, AllowableValue... dependentValues) Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a non-null value.PropertyDescriptor.Builder.dependsOn
(PropertyDescriptor property, DescribedValue firstDependentValue, DescribedValue... additionalDependentValues) Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a value equal to one of the givenDescribedValue
arguments.PropertyDescriptor.Builder.description
(String description) PropertyDescriptor.Builder.displayName
(String displayName) Sets a unique id for the property.PropertyDescriptor.Builder.dynamic
(boolean dynamic) PropertyDescriptor.Builder.dynamicallyModifiesClasspath
(boolean dynamicallyModifiesClasspath) Specifies that the value of this property represents one or more resources that the framework should add to the classpath of as well as consider when looking for native libraries for the given component.PropertyDescriptor.Builder.expressionLanguageSupported
(ExpressionLanguageScope expressionLanguageScope) Sets the scope of the expression language evaluationPropertyDescriptor.Builder.fromPropertyDescriptor
(PropertyDescriptor specDescriptor) PropertyDescriptor.Builder.identifiesControllerService
(Class<? extends ControllerService> controllerServiceDefinition) Specifies that this property provides the identifier of a Controller Service that implements the given interfacePropertyDescriptor.Builder.identifiesExternalResource
(ResourceCardinality cardinality, ResourceType resourceType, ResourceType... additionalResourceTypes) Specifies that this property references one or more resources that are external to NiFi that the component is meant to consume.Sets the property name.PropertyDescriptor.Builder.required
(boolean required) PropertyDescriptor.Builder.sensitive
(boolean sensitive) Constructors in org.apache.nifi.components with parameters of type PropertyDescriptor.Builder