| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.addAllInputEmphasizeLines(Iterable<Integer> elements)
Adds elements to
inputEmphasizeLines list. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.addAllOutputEmphasizeLines(Iterable<Integer> elements)
Adds elements to
outputEmphasizeLines list. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.addInputEmphasizeLines(int... elements)
Adds elements to
inputEmphasizeLines list. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.addInputEmphasizeLines(int element)
Adds one element to
inputEmphasizeLines list. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.addOutputEmphasizeLines(int... elements)
Adds elements to
outputEmphasizeLines list. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.addOutputEmphasizeLines(int element)
Adds one element to
outputEmphasizeLines list. |
static ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.builder()
Creates a builder for
ImmutableTransformationExampleInput. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.config(String config)
Initializes the value for the
config attribute. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.example(Plugin.TransformationExample example)
Initializes the value for the
example attribute. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.from(Plugin.TransformationExampleInput instance)
Fill a builder with attribute values from the provided
TransformationExampleInput instance. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.inputEmphasizeLines(Iterable<Integer> elements)
Sets or replaces all elements for
inputEmphasizeLines list. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.inputJson(String inputJson)
Initializes the value for the
inputJson attribute. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.outputEmphasizeLines(Iterable<Integer> elements)
Sets or replaces all elements for
outputEmphasizeLines list. |
ImmutableTransformationExampleInput.Builder |
ImmutableTransformationExampleInput.Builder.outputJson(String outputJson)
Initializes the value for the
outputJson attribute. |
Copyright © 2016–2025. All rights reserved.