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