public static interface KafkaAction.Builder extends SdkPojo, CopyableBuilder<KafkaAction.Builder,KafkaAction>
| Modifier and Type | Method and Description |
|---|---|
KafkaAction.Builder |
clientProperties(Map<String,String> clientProperties)
Properties of the Apache Kafka producer client.
|
KafkaAction.Builder |
destinationArn(String destinationArn)
The ARN of Kafka action's VPC
TopicRuleDestination. |
KafkaAction.Builder |
key(String key)
The Kafka message key.
|
KafkaAction.Builder |
partition(String partition)
The Kafka message partition.
|
KafkaAction.Builder |
topic(String topic)
The Kafka topic for messages to be sent to the Kafka broker.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKafkaAction.Builder destinationArn(String destinationArn)
The ARN of Kafka action's VPC TopicRuleDestination.
destinationArn - The ARN of Kafka action's VPC TopicRuleDestination.KafkaAction.Builder topic(String topic)
The Kafka topic for messages to be sent to the Kafka broker.
topic - The Kafka topic for messages to be sent to the Kafka broker.KafkaAction.Builder key(String key)
The Kafka message key.
key - The Kafka message key.KafkaAction.Builder partition(String partition)
The Kafka message partition.
partition - The Kafka message partition.KafkaAction.Builder clientProperties(Map<String,String> clientProperties)
Properties of the Apache Kafka producer client.
clientProperties - Properties of the Apache Kafka producer client.Copyright © 2022. All rights reserved.