| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransformationExample |
ImmutableTransformationExample.Builder.build()
Builds a new
ImmutableTransformationExample. |
static ImmutableTransformationExample |
ImmutableTransformationExample.copyOf(Plugin.TransformationExample instance)
Creates an immutable copy of a
Plugin.TransformationExample value. |
ImmutableTransformationExample |
ImmutableTransformationExample.withChildClass(String value)
Copy the current immutable object by setting a value for the
childClass attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withConfig(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
config map with the specified map. |
ImmutableTransformationExample |
ImmutableTransformationExample.withDanger(String value)
Copy the current immutable object by setting a value for the
danger attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withIcon(String value)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withImportant(String value)
Copy the current immutable object by setting a value for the
important attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withInput(org.apache.kafka.connect.sink.SinkRecord value)
Copy the current immutable object by setting a value for the
input attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withIntroduction(String value)
Copy the current immutable object by setting a value for the
introduction attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withNote(String value)
Copy the current immutable object by setting a value for the
note attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withSections(Iterable<? extends Notes.Section> elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutableTransformationExample |
ImmutableTransformationExample.withSections(Notes.Section... elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutableTransformationExample |
ImmutableTransformationExample.withTip(String value)
Copy the current immutable object by setting a value for the
tip attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableTransformationExample |
ImmutableTransformationExample.withWarning(String value)
Copy the current immutable object by setting a value for the
warning attribute. |
Copyright © 2016–2025. All rights reserved.