| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationInfo.Builder |
ReplicationInfo.builder() |
default ReplicationInfo.Builder |
ReplicationInfo.Builder.consumerGroupReplication(Consumer<ConsumerGroupReplication.Builder> consumerGroupReplication)
Configuration relating to consumer group replication.
|
ReplicationInfo.Builder |
ReplicationInfo.Builder.consumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)
Configuration relating to consumer group replication.
|
ReplicationInfo.Builder |
ReplicationInfo.Builder.sourceKafkaClusterArn(String sourceKafkaClusterArn)
The ARN of the source Kafka cluster.
|
ReplicationInfo.Builder |
ReplicationInfo.Builder.targetCompressionType(String targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfo.Builder |
ReplicationInfo.Builder.targetCompressionType(TargetCompressionType targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfo.Builder |
ReplicationInfo.Builder.targetKafkaClusterArn(String targetKafkaClusterArn)
The ARN of the target Kafka cluster.
|
ReplicationInfo.Builder |
ReplicationInfo.toBuilder() |
default ReplicationInfo.Builder |
ReplicationInfo.Builder.topicReplication(Consumer<TopicReplication.Builder> topicReplication)
Configuration relating to topic replication.
|
ReplicationInfo.Builder |
ReplicationInfo.Builder.topicReplication(TopicReplication topicReplication)
Configuration relating to topic replication.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReplicationInfo.Builder> |
ReplicationInfo.serializableBuilderClass() |
Copyright © 2023. All rights reserved.