| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaAction |
KafkaAction.addClientPropertiesEntry(String key,
String value)
Add a single ClientProperties entry
|
KafkaAction |
KafkaAction.clearClientPropertiesEntries()
Removes all the entries added into ClientProperties.
|
KafkaAction |
KafkaAction.clone() |
KafkaAction |
Action.getKafka()
Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.
|
KafkaAction |
KafkaAction.withClientProperties(Map<String,String> clientProperties)
Properties of the Apache Kafka producer client.
|
KafkaAction |
KafkaAction.withDestinationArn(String destinationArn)
The ARN of Kafka action's VPC
TopicRuleDestination. |
KafkaAction |
KafkaAction.withKey(String key)
The Kafka message key.
|
KafkaAction |
KafkaAction.withPartition(String partition)
The Kafka message partition.
|
KafkaAction |
KafkaAction.withTopic(String topic)
The Kafka topic for messages to be sent to the Kafka broker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setKafka(KafkaAction kafka)
Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.
|
Action |
Action.withKafka(KafkaAction kafka)
Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.
|
Copyright © 2021. All rights reserved.