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