| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSinkConnectorExampleInput |
ImmutableSinkConnectorExampleInput.Builder.build()
Builds a new
ImmutableSinkConnectorExampleInput. |
static ImmutableSinkConnectorExampleInput |
ImmutableSinkConnectorExampleInput.copyOf(Plugin.SinkConnectorExampleInput instance)
Creates an immutable copy of a
Plugin.SinkConnectorExampleInput value. |
ImmutableSinkConnectorExampleInput |
ImmutableSinkConnectorExampleInput.withConfig(String value)
Copy the current immutable object by setting a value for the
config attribute. |
ImmutableSinkConnectorExampleInput |
ImmutableSinkConnectorExampleInput.withExample(Plugin.SinkConnectorExample value)
Copy the current immutable object by setting a value for the
example attribute. |
ImmutableSinkConnectorExampleInput |
ImmutableSinkConnectorExampleInput.withInputDescription(String value)
Copy the current immutable object by setting a value for the
inputDescription attribute. |
ImmutableSinkConnectorExampleInput |
ImmutableSinkConnectorExampleInput.withInputJson(String value)
Copy the current immutable object by setting a value for the
inputJson attribute. |
ImmutableSinkConnectorExampleInput |
ImmutableSinkConnectorExampleInput.withOutputDescription(String value)
Copy the current immutable object by setting a value for the
outputDescription attribute. |
ImmutableSinkConnectorExampleInput |
ImmutableSinkConnectorExampleInput.withOutputJson(String value)
Copy the current immutable object by setting a value for the
outputJson attribute. |
Copyright © 2016–2025. All rights reserved.