| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSinkConnector |
ImmutableSinkConnector.Builder.build()
Builds a new
ImmutableSinkConnector. |
static ImmutableSinkConnector |
ImmutableSinkConnector.copyOf(Plugin.SinkConnector instance)
Creates an immutable copy of a
Plugin.SinkConnector value. |
ImmutableSinkConnector |
ImmutableSinkConnector.withCls(Class value)
Copy the current immutable object by setting a value for the
cls attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withConfiguration(Plugin.Configuration value)
Copy the current immutable object by setting a value for the
configuration attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withDanger(String value)
Copy the current immutable object by setting a value for the
danger attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withExamples(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
examples. |
ImmutableSinkConnector |
ImmutableSinkConnector.withExamples(String... elements)
Copy the current immutable object with elements that replace the content of
examples. |
ImmutableSinkConnector |
ImmutableSinkConnector.withIcon(String value)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withImportant(String value)
Copy the current immutable object by setting a value for the
important attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withIntroduction(String value)
Copy the current immutable object by setting a value for the
introduction attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withNote(String value)
Copy the current immutable object by setting a value for the
note attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withSections(Iterable<? extends Notes.Section> elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutableSinkConnector |
ImmutableSinkConnector.withSections(Notes.Section... elements)
Copy the current immutable object with elements that replace the content of
sections. |
ImmutableSinkConnector |
ImmutableSinkConnector.withTip(String value)
Copy the current immutable object by setting a value for the
tip attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableSinkConnector |
ImmutableSinkConnector.withWarning(String value)
Copy the current immutable object by setting a value for the
warning attribute. |
Copyright © 2016–2025. All rights reserved.