@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonManagedKafkaEventSourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.
| Constructor and Description | 
|---|
AmazonManagedKafkaEventSourceConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
AmazonManagedKafkaEventSourceConfig | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getConsumerGroupId()
 The identifier for the Kafka consumer group to join. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setConsumerGroupId(String consumerGroupId)
 The identifier for the Kafka consumer group to join. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AmazonManagedKafkaEventSourceConfig | 
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 services-msk-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 services-msk-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 services-msk-consumer-group-id.
public AmazonManagedKafkaEventSourceConfig 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 services-msk-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 services-msk-consumer-group-id.public String toString()
toString in class ObjectObject.toString()public AmazonManagedKafkaEventSourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.