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.
|