| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationInfo |
ReplicationInfo.clone() |
ReplicationInfo |
ReplicationInfo.withConsumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)
Configuration relating to consumer group replication.
|
ReplicationInfo |
ReplicationInfo.withSourceKafkaClusterArn(String sourceKafkaClusterArn)
The ARN of the source Kafka cluster.
|
ReplicationInfo |
ReplicationInfo.withTargetCompressionType(String targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfo |
ReplicationInfo.withTargetCompressionType(TargetCompressionType targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfo |
ReplicationInfo.withTargetKafkaClusterArn(String targetKafkaClusterArn)
The ARN of the target Kafka cluster.
|
ReplicationInfo |
ReplicationInfo.withTopicReplication(TopicReplication topicReplication)
Configuration relating to topic replication.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationInfo> |
CreateReplicatorRequest.getReplicationInfoList()
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
| Modifier and Type | Method and Description |
|---|---|
CreateReplicatorRequest |
CreateReplicatorRequest.withReplicationInfoList(ReplicationInfo... replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateReplicatorRequest.setReplicationInfoList(Collection<ReplicationInfo> replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
CreateReplicatorRequest |
CreateReplicatorRequest.withReplicationInfoList(Collection<ReplicationInfo> replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
Copyright © 2023. All rights reserved.