public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersConsumeTimestamp |
consumeTimestamp
The timestamp that specifies the time from which messages are consumed.
|
UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersGroup |
group
The ID of the consumer group.
|
String |
instanceEndpoint
The endpoint that is used to access the Apache RocketMQ instance.
|
String |
instancePassword
The password that is used to access the Apache RocketMQ instance.
|
String |
instanceUsername
The username that is used to access the Apache RocketMQ instance.
|
String |
networkType
The network type.
|
String |
securityGroupId
The ID of the security group.
|
UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersTopic |
topic
The name of the topic on the Apache RocketMQ instance.
|
String |
vpcId
The VPC ID.
|
String |
vSwitchId
The vSwitch ID.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters() |
@NameInMap(value="ConsumeTimestamp") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersConsumeTimestamp consumeTimestamp
The timestamp that specifies the time from which messages are consumed.
@NameInMap(value="Group") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersGroup group
The ID of the consumer group.
@NameInMap(value="InstanceEndpoint") public String instanceEndpoint
The endpoint that is used to access the Apache RocketMQ instance.
example:192.168.1.1:9876
@NameInMap(value="InstancePassword") public String instancePassword
The password that is used to access the Apache RocketMQ instance.
example:@NameInMap(value="InstanceUsername") public String instanceUsername
The username that is used to access the Apache RocketMQ instance.
example:admin
@NameInMap(value="NetworkType") public String networkType
The network type.
PrivateNetwork
@NameInMap(value="SecurityGroupId") public String securityGroupId
The ID of the security group.
example:sg-2ze5bmpw6adn0q******
@NameInMap(value="Topic") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersTopic topic
The name of the topic on the Apache RocketMQ instance.
@NameInMap(value="VSwitchId") public String vSwitchId
The vSwitch ID.
example:vsw-uf62oqt1twuevrt******
@NameInMap(value="VpcId") public String vpcId
The VPC ID.
example:vpc-2zeccak5pb0j3ay******
public UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setConsumeTimestamp(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersConsumeTimestamp consumeTimestamp)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersConsumeTimestamp getConsumeTimestamp()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setGroup(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersGroup group)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersGroup getGroup()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setInstanceEndpoint(String instanceEndpoint)
public String getInstanceEndpoint()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setInstancePassword(String instancePassword)
public String getInstancePassword()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setInstanceUsername(String instanceUsername)
public String getInstanceUsername()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setNetworkType(String networkType)
public String getNetworkType()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setTopic(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersTopic topic)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParametersTopic getTopic()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setVSwitchId(String vSwitchId)
public String getVSwitchId()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkApacheRocketMQCheckpointParameters setVpcId(String vpcId)
public String getVpcId()
Copyright © 2026. All rights reserved.