| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
TopicReplicationUpdate |
TopicReplicationUpdate.clone() |
TopicReplicationUpdate |
UpdateReplicationInfoRequest.getTopicReplication()
Updated topic replication information.
|
TopicReplicationUpdate |
TopicReplicationUpdate.withCopyAccessControlListsForTopics(Boolean copyAccessControlListsForTopics)
Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
|
TopicReplicationUpdate |
TopicReplicationUpdate.withCopyTopicConfigurations(Boolean copyTopicConfigurations)
Whether to periodically configure remote topics to match their corresponding upstream topics.
|
TopicReplicationUpdate |
TopicReplicationUpdate.withDetectAndCopyNewTopics(Boolean detectAndCopyNewTopics)
Whether to periodically check for new topics and partitions.
|
TopicReplicationUpdate |
TopicReplicationUpdate.withTopicsToExclude(Collection<String> topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplicationUpdate |
TopicReplicationUpdate.withTopicsToExclude(String... topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplicationUpdate |
TopicReplicationUpdate.withTopicsToReplicate(Collection<String> topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
|
TopicReplicationUpdate |
TopicReplicationUpdate.withTopicsToReplicate(String... topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateReplicationInfoRequest.setTopicReplication(TopicReplicationUpdate topicReplication)
Updated topic replication information.
|
UpdateReplicationInfoRequest |
UpdateReplicationInfoRequest.withTopicReplication(TopicReplicationUpdate topicReplication)
Updated topic replication information.
|
Copyright © 2023. All rights reserved.