| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCopy.Builder |
ImmutableCopy.builder()
Creates a builder for
ImmutableCopy. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.danger(String danger)
Initializes the value for the
danger attribute. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.description(String description)
Initializes the value for the
description attribute. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.from(Notes.Copy instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Notes.Copy instance. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.from(Notes instance)
Fill a builder with attribute values from the provided
com.github.jcustenborder.kafka.connect.utils.templates.Notes instance. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.icon(String icon)
Initializes the value for the
icon attribute. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.important(String important)
Initializes the value for the
important attribute. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.introduction(String introduction)
Initializes the value for the
introduction attribute. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.note(String note)
Initializes the value for the
note attribute. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.tip(String tip)
Initializes the value for the
tip attribute. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.title(String title)
Initializes the value for the
title attribute. |
ImmutableCopy.Builder |
ImmutableCopy.Builder.warning(String warning)
Initializes the value for the
warning attribute. |
Copyright © 2016–2019. All rights reserved.