@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelfManagedKafkaEventSourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Specific configuration settings for a self-managed Apache Kafka event source.
Constructor and Description |
---|
SelfManagedKafkaEventSourceConfig() |
Modifier and Type | Method and Description |
---|---|
SelfManagedKafkaEventSourceConfig |
clone() |
boolean |
equals(Object obj) |
String |
getConsumerGroupId()
The identifier for the Kafka consumer group to join.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConsumerGroupId(String consumerGroupId)
The identifier for the Kafka consumer group to join.
|
String |
toString()
Returns a string representation of this object.
|
SelfManagedKafkaEventSourceConfig |
withConsumerGroupId(String consumerGroupId)
The identifier for the Kafka consumer group to join.
|
public void setConsumerGroupId(String consumerGroupId)
The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.
consumerGroupId
- The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your
Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you
cannot update this value. For more information, see Customizable consumer group ID.public String getConsumerGroupId()
The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.
public SelfManagedKafkaEventSourceConfig withConsumerGroupId(String consumerGroupId)
The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.
consumerGroupId
- The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your
Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you
cannot update this value. For more information, see Customizable consumer group ID.public String toString()
toString
in class Object
Object.toString()
public SelfManagedKafkaEventSourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.