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