Class TemplateVariable.Builder
java.lang.Object
io.aiven.commons.kafka.connector.common.templating.TemplateVariable.Builder
- Enclosing class:
TemplateVariable
A builder for TemplateVariable instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates a TemplateVariable.description(String description) Sets the description for the variable.parameterDescriptor(ParameterDescriptor descriptor) Sets the parameter descriptor for this variable.Sets the parameter descriptor for this variable.
-
Method Details
-
description
Sets the description for the variable.- Parameters:
description- the description.- Returns:
- this
-
parameterDescriptor
Sets the parameter descriptor for this variable.- Parameters:
descriptor- the parameter descriptor.- Returns:
- this
-
parameterDescriptor
Sets the parameter descriptor for this variable.- Parameters:
builder- the parameter descriptor builder.- Returns:
- this
-
build
Creates a TemplateVariable.- Returns:
- a new template variable.
-