public static interface ReplicationInfoDescription.Builder extends SdkPojo, CopyableBuilder<ReplicationInfoDescription.Builder,ReplicationInfoDescription>
| Modifier and Type | Method and Description |
|---|---|
default ReplicationInfoDescription.Builder |
consumerGroupReplication(Consumer<ConsumerGroupReplication.Builder> consumerGroupReplication)
Configuration relating to consumer group replication.
|
ReplicationInfoDescription.Builder |
consumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)
Configuration relating to consumer group replication.
|
ReplicationInfoDescription.Builder |
sourceKafkaClusterAlias(String sourceKafkaClusterAlias)
The alias of the source Kafka cluster.
|
ReplicationInfoDescription.Builder |
targetCompressionType(String targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfoDescription.Builder |
targetCompressionType(TargetCompressionType targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfoDescription.Builder |
targetKafkaClusterAlias(String targetKafkaClusterAlias)
The alias of the target Kafka cluster.
|
default ReplicationInfoDescription.Builder |
topicReplication(Consumer<TopicReplication.Builder> topicReplication)
Configuration relating to topic replication.
|
ReplicationInfoDescription.Builder |
topicReplication(TopicReplication topicReplication)
Configuration relating to topic replication.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationInfoDescription.Builder consumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)
Configuration relating to consumer group replication.
consumerGroupReplication - Configuration relating to consumer group replication.default ReplicationInfoDescription.Builder consumerGroupReplication(Consumer<ConsumerGroupReplication.Builder> consumerGroupReplication)
Configuration relating to consumer group replication.
This is a convenience method that creates an instance of theConsumerGroupReplication.Builder
avoiding the need to create one manually via ConsumerGroupReplication.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to consumerGroupReplication(ConsumerGroupReplication).
consumerGroupReplication - a consumer that will call methods on ConsumerGroupReplication.BuilderconsumerGroupReplication(ConsumerGroupReplication)ReplicationInfoDescription.Builder sourceKafkaClusterAlias(String sourceKafkaClusterAlias)
The alias of the source Kafka cluster.
sourceKafkaClusterAlias - The alias of the source Kafka cluster.ReplicationInfoDescription.Builder targetCompressionType(String targetCompressionType)
The compression type to use when producing records to target cluster.
targetCompressionType - The compression type to use when producing records to target cluster.TargetCompressionType,
TargetCompressionTypeReplicationInfoDescription.Builder targetCompressionType(TargetCompressionType targetCompressionType)
The compression type to use when producing records to target cluster.
targetCompressionType - The compression type to use when producing records to target cluster.TargetCompressionType,
TargetCompressionTypeReplicationInfoDescription.Builder targetKafkaClusterAlias(String targetKafkaClusterAlias)
The alias of the target Kafka cluster.
targetKafkaClusterAlias - The alias of the target Kafka cluster.ReplicationInfoDescription.Builder topicReplication(TopicReplication topicReplication)
Configuration relating to topic replication.
topicReplication - Configuration relating to topic replication.default ReplicationInfoDescription.Builder topicReplication(Consumer<TopicReplication.Builder> topicReplication)
Configuration relating to topic replication.
This is a convenience method that creates an instance of theTopicReplication.Builder avoiding the
need to create one manually via TopicReplication.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to topicReplication(TopicReplication).
topicReplication - a consumer that will call methods on TopicReplication.BuildertopicReplication(TopicReplication)Copyright © 2023. All rights reserved.