| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.builder() |
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.consumerGroupsToExclude(Collection<String> consumerGroupsToExclude)
List of regular expression patterns indicating the consumer groups that should not be replicated.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.consumerGroupsToExclude(String... consumerGroupsToExclude)
List of regular expression patterns indicating the consumer groups that should not be replicated.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.consumerGroupsToReplicate(Collection<String> consumerGroupsToReplicate)
List of regular expression patterns indicating the consumer groups to copy.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.consumerGroupsToReplicate(String... consumerGroupsToReplicate)
List of regular expression patterns indicating the consumer groups to copy.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.detectAndCopyNewConsumerGroups(Boolean detectAndCopyNewConsumerGroups)
Enables synchronization of consumer groups to target cluster.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.synchroniseConsumerGroupOffsets(Boolean synchroniseConsumerGroupOffsets)
Enables synchronization of consumer group offsets to target cluster.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConsumerGroupReplicationUpdate.Builder> |
ConsumerGroupReplicationUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateReplicationInfoRequest.Builder |
UpdateReplicationInfoRequest.Builder.consumerGroupReplication(Consumer<ConsumerGroupReplicationUpdate.Builder> consumerGroupReplication)
Updated consumer group replication information.
|
Copyright © 2023. All rights reserved.