| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableItem.Builder |
ImmutableItem.builder()
Creates a builder for
ImmutableItem. |
ImmutableItem.Builder |
ImmutableItem.Builder.defaultValue(Object defaultValue)
Initializes the value for the
defaultValue attribute. |
ImmutableItem.Builder |
ImmutableItem.Builder.doc(String doc)
Initializes the value for the
doc attribute. |
ImmutableItem.Builder |
ImmutableItem.Builder.from(Plugin.Item instance)
Fill a builder with attribute values from the provided
Item instance. |
ImmutableItem.Builder |
ImmutableItem.Builder.group(String group)
Initializes the value for the
group attribute. |
ImmutableItem.Builder |
ImmutableItem.Builder.importance(org.apache.kafka.common.config.ConfigDef.Importance importance)
Initializes the value for the
importance attribute. |
ImmutableItem.Builder |
ImmutableItem.Builder.isRequired(boolean isRequired)
Initializes the value for the
isRequired attribute. |
ImmutableItem.Builder |
ImmutableItem.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableItem.Builder |
ImmutableItem.Builder.type(org.apache.kafka.common.config.ConfigDef.Type type)
Initializes the value for the
type attribute. |
ImmutableItem.Builder |
ImmutableItem.Builder.validator(org.apache.kafka.common.config.ConfigDef.Validator validator)
Initializes the value for the
validator attribute. |
Copyright © 2016–2025. All rights reserved.