public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
consumerGroup
The group ID of the consumer that subscribes to the topic.
|
String |
instanceId
The ID of the ApsaraMQ for Kafka instance.
|
String |
network
The network setting.
|
String |
offsetReset
The offset from which messages are consumed.
|
String |
regionId
The ID of the region where the ApsaraMQ for Kafka instance resides.
|
String |
securityGroupId
The ID of the security group to which the ApsaraMQ for Kafka instance belongs.
|
String |
topic
The name of the topic on the ApsaraMQ for Kafka instance.
|
String |
valueDataType
The encoding or decoding method.
|
String |
vpcId
The ID of the VPC to which the ApsaraMQ for Kafka instance belongs.
|
String |
vSwitchIds
The ID of the vSwitch with which the ApsaraMQ for Kafka instance is associated.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSourceSourceKafkaParameters() |
@NameInMap(value="ConsumerGroup") public String consumerGroup
The group ID of the consumer that subscribes to the topic.
example:DEFAULT_GROUP
@NameInMap(value="InstanceId") public String instanceId
The ID of the ApsaraMQ for Kafka instance.
example:i-8vbh4a5b9yfhgkkzm98f
@NameInMap(value="Network") public String network
The network setting. Default value: Default. The value PublicNetwork specifies a virtual private cloud (VPC).
example:Default
@NameInMap(value="OffsetReset") public String offsetReset
The offset from which messages are consumed.
example:latest
@NameInMap(value="RegionId") public String regionId
The ID of the region where the ApsaraMQ for Kafka instance resides.
example:cn-zhangjiakou
@NameInMap(value="SecurityGroupId") public String securityGroupId
The ID of the security group to which the ApsaraMQ for Kafka instance belongs.
example:sg-uf6jcm3y5hcs7hklytxh
@NameInMap(value="Topic") public String topic
The name of the topic on the ApsaraMQ for Kafka instance.
example:topic_empower_1641539400786
@NameInMap(value="VSwitchIds") public String vSwitchIds
The ID of the vSwitch with which the ApsaraMQ for Kafka instance is associated.
example:vsw-wz9t1l1e8eu2omwjazmtm
@NameInMap(value="ValueDataType") public String valueDataType
The encoding or decoding method. Valid values: Json, Text, and Binary. The value Json specifies that binary data is decoded into strings based on UTF-8 encoding and then parsed into the JSON format. The value Text specifies that binary data is decoded into strings based on UTF-8 encoding and then put into the payload. The value Binary specifies that binary data is encoded into strings based on Base64 encoding and then put into the payload.
example:Text
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC to which the ApsaraMQ for Kafka instance belongs.
example:vpc-2ze6p0o345nykmekxtuop
public UpdateEventStreamingRequestSourceSourceKafkaParameters()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setConsumerGroup(String consumerGroup)
public String getConsumerGroup()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setInstanceId(String instanceId)
public String getInstanceId()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setNetwork(String network)
public String getNetwork()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setOffsetReset(String offsetReset)
public String getOffsetReset()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setRegionId(String regionId)
public String getRegionId()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setTopic(String topic)
public String getTopic()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setVSwitchIds(String vSwitchIds)
public String getVSwitchIds()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setValueDataType(String valueDataType)
public String getValueDataType()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSourceSourceKafkaParameters setVpcId(String vpcId)
public String getVpcId()
Copyright © 2026. All rights reserved.