public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authType
The authentication type.
|
UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersBody |
body
The message body.
|
String |
endpoint
The endpoint used to access the open source RabbitMQ instance.
|
String |
exchange
The name of the exchange on the open source RabbitMQ instance.
|
UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersMessageId |
messageId
The message ID.
|
String |
networkType
The network type.
|
String |
password
The password that is used to access the open source RabbitMQ instance.
|
UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersProperties |
properties
The attributes of the message.
|
String |
queueName
The name of the queue on the open source RabbitMQ instance.
|
UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersRoutingKey |
routingKey
The routing key.
|
String |
securityGroupId
The ID of the security group.
|
String |
targetType
The type of the resource to which you want to deliver messages.
|
String |
username
The username that is used to access the open source RabbitMQ instance.
|
String |
virtualHostName
The name of the virtual host of the open source RabbitMQ instance.
|
String |
vpcId
The VPC ID.
|
String |
vSwitchIds
The vSwitch ID.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters() |
@NameInMap(value="AuthType") public String authType
The authentication type. Valid values:
ACL
@NameInMap(value="Body") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersBody body
The message body.
@NameInMap(value="Endpoint") public String endpoint
The endpoint used to access the open source RabbitMQ instance.
example:192.168.1.1:9876
@NameInMap(value="Exchange") public String exchange
The name of the exchange on the open source RabbitMQ instance. This parameter is valid only if you set TargetType to Exchange.
example:my-exchange
@NameInMap(value="MessageId") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersMessageId messageId
The message ID.
@NameInMap(value="NetworkType") public String networkType
The network type. Valid values:
PublicNetwork
@NameInMap(value="Password") public String password
The password that is used to access the open source RabbitMQ instance.
example:@NameInMap(value="Properties") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersProperties properties
The attributes of the message.
@NameInMap(value="QueueName") public String queueName
The name of the queue on the open source RabbitMQ instance. This parameter is valid only if you set TargetType to Queue.
example:my-queue
@NameInMap(value="RoutingKey") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersRoutingKey routingKey
The routing key.
@NameInMap(value="SecurityGroupId") public String securityGroupId
The ID of the security group.
example:sg-uf6of9452b2pba82c ****
@NameInMap(value="TargetType") public String targetType
The type of the resource to which you want to deliver messages. Valid values:
Exchange
@NameInMap(value="Username") public String username
The username that is used to access the open source RabbitMQ instance.
example:admin
@NameInMap(value="VSwitchIds") public String vSwitchIds
The vSwitch ID.
example:vsw-uf6of9452b2pba82c ****
@NameInMap(value="VirtualHostName") public String virtualHostName
The name of the virtual host of the open source RabbitMQ instance.
example:Vhost1
@NameInMap(value="VpcId") public String vpcId
The VPC ID.
example:vpc-uf6of9452b2pba82c ****
public UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setAuthType(String authType)
public String getAuthType()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setBody(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersBody body)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersBody getBody()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setEndpoint(String endpoint)
public String getEndpoint()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setExchange(String exchange)
public String getExchange()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setMessageId(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersMessageId messageId)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersMessageId getMessageId()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setNetworkType(String networkType)
public String getNetworkType()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setPassword(String password)
public String getPassword()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setProperties(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersProperties properties)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersProperties getProperties()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setQueueName(String queueName)
public String getQueueName()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setRoutingKey(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersRoutingKey routingKey)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParametersRoutingKey getRoutingKey()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setTargetType(String targetType)
public String getTargetType()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setUsername(String username)
public String getUsername()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setVSwitchIds(String vSwitchIds)
public String getVSwitchIds()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setVirtualHostName(String virtualHostName)
public String getVirtualHostName()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkOpenSourceRabbitMQParameters setVpcId(String vpcId)
public String getVpcId()
Copyright © 2026. All rights reserved.