public static interface TopicReplication.Builder extends SdkPojo, CopyableBuilder<TopicReplication.Builder,TopicReplication>
| Modifier and Type | Method and Description |
|---|---|
TopicReplication.Builder |
copyAccessControlListsForTopics(Boolean copyAccessControlListsForTopics)
Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
|
TopicReplication.Builder |
copyTopicConfigurations(Boolean copyTopicConfigurations)
Whether to periodically configure remote topics to match their corresponding upstream topics.
|
TopicReplication.Builder |
detectAndCopyNewTopics(Boolean detectAndCopyNewTopics)
Whether to periodically check for new topics and partitions.
|
TopicReplication.Builder |
topicsToExclude(Collection<String> topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplication.Builder |
topicsToExclude(String... topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplication.Builder |
topicsToReplicate(Collection<String> topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
|
TopicReplication.Builder |
topicsToReplicate(String... topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicReplication.Builder copyAccessControlListsForTopics(Boolean copyAccessControlListsForTopics)
Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
copyAccessControlListsForTopics - Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.TopicReplication.Builder copyTopicConfigurations(Boolean copyTopicConfigurations)
Whether to periodically configure remote topics to match their corresponding upstream topics.
copyTopicConfigurations - Whether to periodically configure remote topics to match their corresponding upstream topics.TopicReplication.Builder detectAndCopyNewTopics(Boolean detectAndCopyNewTopics)
Whether to periodically check for new topics and partitions.
detectAndCopyNewTopics - Whether to periodically check for new topics and partitions.TopicReplication.Builder topicsToExclude(Collection<String> topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
topicsToExclude - List of regular expression patterns indicating the topics that should not be replicated.TopicReplication.Builder topicsToExclude(String... topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
topicsToExclude - List of regular expression patterns indicating the topics that should not be replicated.TopicReplication.Builder topicsToReplicate(Collection<String> topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
topicsToReplicate - List of regular expression patterns indicating the topics to copy.TopicReplication.Builder topicsToReplicate(String... topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
topicsToReplicate - List of regular expression patterns indicating the topics to copy.Copyright © 2023. All rights reserved.