public static class UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authType
The authentication type.
|
String |
groupID
The ID of the consumer group on the Message Queue for Apache RocketMQ instance.
|
String |
instanceEndpoint
The endpoint that is used to access the Message Queue for Apache RocketMQ instance.
|
String |
instanceId
The ID of the Message Queue for Apache RocketMQ instance.
|
String |
instanceNetwork
None.
|
String |
instancePassword
The password that is used to access the Message Queue for Apache RocketMQ instance.
|
String |
instanceSecurityGroupId
The ID of the security group to which the Message Queue for Apache RocketMQ instance belongs.
|
String |
instanceType
The type of the Message Queue for Apache RocketMQ instance.
|
String |
instanceUsername
The username that is used to access the Message Queue for Apache RocketMQ instance.
|
String |
instanceVpcId
The ID of the virtual private cloud (VPC) in which the Message Queue for Apache RocketMQ instance resides.
|
String |
instanceVSwitchIds
The ID of the vSwitch with which the Message Queue for Apache RocketMQ instance is associated.
|
String |
offset
The offset from which message consumption starts.
|
String |
regionId
The region where the Message Queue for Apache RocketMQ instance resides.
|
String |
tag
The tag that is used to filter messages.
|
Long |
timestamp
The timestamp that specifies the time from which messages are consumed.
|
String |
topic
The name of the topic on the Message Queue for Apache RocketMQ instance.
|
| 构造器和说明 |
|---|
UpdateEventSourceRequestSourceRocketMQParameters() |
@NameInMap(value="AuthType") public String authType
The authentication type. You can set this parameter to ACL or leave this parameter empty.
example:ACL
@NameInMap(value="GroupID") public String groupID
The ID of the consumer group on the Message Queue for Apache RocketMQ instance.
example:GID-test
@NameInMap(value="InstanceEndpoint") public String instanceEndpoint
The endpoint that is used to access the Message Queue for Apache RocketMQ instance.
example:registry-vpc****.aliyuncs.com
@NameInMap(value="InstanceId") public String instanceId
The ID of the Message Queue for Apache RocketMQ instance. For more information, see Limits.
example:dbaudit-cn-i7m2nx2or01
@NameInMap(value="InstanceNetwork") public String instanceNetwork
None.
example:None
@NameInMap(value="InstancePassword") public String instancePassword
The password that is used to access the Message Queue for Apache RocketMQ instance.
example:@NameInMap(value="InstanceSecurityGroupId") public String instanceSecurityGroupId
The ID of the security group to which the Message Queue for Apache RocketMQ instance belongs.
example:sg-catalog-eventlistener
@NameInMap(value="InstanceType") public String instanceType
The type of the Message Queue for Apache RocketMQ instance. Valid values:
Cloud_4
@NameInMap(value="InstanceUsername") public String instanceUsername
The username that is used to access the Message Queue for Apache RocketMQ instance.
example:root
@NameInMap(value="InstanceVSwitchIds") public String instanceVSwitchIds
The ID of the vSwitch with which the Message Queue for Apache RocketMQ instance is associated.
example:vsw-bp10rbrt6rb6vrd89****
@NameInMap(value="InstanceVpcId") public String instanceVpcId
The ID of the virtual private cloud (VPC) in which the Message Queue for Apache RocketMQ instance resides.
example:vpc-bp1a4gmlk31hyg6ptl3ss
@NameInMap(value="Offset") public String offset
The offset from which message consumption starts. Valid values:
Default value: CONSUME_FROM_LAST_OFFSET.
example:CONSUMEFROMLASTOFFSET
@NameInMap(value="RegionId") public String regionId
The region where the Message Queue for Apache RocketMQ instance resides.
example:cn-zhangjiakou
@NameInMap(value="Tag") public String tag
The tag that is used to filter messages.
example:KEY2
@NameInMap(value="Timestamp") public Long timestamp
The timestamp that specifies the time from which messages are consumed. This parameter is valid only if you set Offset to CONSUME_FROM_TIMESTAMP.
example:1663555399032
public UpdateEventSourceRequestSourceRocketMQParameters()
public static UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setAuthType(String authType)
public String getAuthType()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setGroupID(String groupID)
public String getGroupID()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setInstanceEndpoint(String instanceEndpoint)
public String getInstanceEndpoint()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setInstanceId(String instanceId)
public String getInstanceId()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setInstanceNetwork(String instanceNetwork)
public String getInstanceNetwork()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setInstancePassword(String instancePassword)
public String getInstancePassword()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setInstanceSecurityGroupId(String instanceSecurityGroupId)
public String getInstanceSecurityGroupId()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setInstanceType(String instanceType)
public String getInstanceType()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setInstanceUsername(String instanceUsername)
public String getInstanceUsername()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setInstanceVSwitchIds(String instanceVSwitchIds)
public String getInstanceVSwitchIds()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setInstanceVpcId(String instanceVpcId)
public String getInstanceVpcId()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setOffset(String offset)
public String getOffset()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setRegionId(String regionId)
public String getRegionId()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setTag(String tag)
public String getTag()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setTimestamp(Long timestamp)
public Long getTimestamp()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRocketMQParameters setTopic(String topic)
public String getTopic()
Copyright © 2026. All rights reserved.