| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static TopicReplication.Builder |
TopicReplication.builder() |
TopicReplication.Builder |
TopicReplication.Builder.copyAccessControlListsForTopics(Boolean copyAccessControlListsForTopics)
Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
|
TopicReplication.Builder |
TopicReplication.Builder.copyTopicConfigurations(Boolean copyTopicConfigurations)
Whether to periodically configure remote topics to match their corresponding upstream topics.
|
TopicReplication.Builder |
TopicReplication.Builder.detectAndCopyNewTopics(Boolean detectAndCopyNewTopics)
Whether to periodically check for new topics and partitions.
|
TopicReplication.Builder |
TopicReplication.toBuilder() |
TopicReplication.Builder |
TopicReplication.Builder.topicsToExclude(Collection<String> topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplication.Builder |
TopicReplication.Builder.topicsToExclude(String... topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplication.Builder |
TopicReplication.Builder.topicsToReplicate(Collection<String> topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
|
TopicReplication.Builder |
TopicReplication.Builder.topicsToReplicate(String... topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TopicReplication.Builder> |
TopicReplication.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReplicationInfoDescription.Builder |
ReplicationInfoDescription.Builder.topicReplication(Consumer<TopicReplication.Builder> topicReplication)
Configuration relating to topic replication.
|
default ReplicationInfo.Builder |
ReplicationInfo.Builder.topicReplication(Consumer<TopicReplication.Builder> topicReplication)
Configuration relating to topic replication.
|
Copyright © 2023. All rights reserved.