public static final class UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder extends Object
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder bandwidth(Long bandwidth)
The absolute bandwidth value that can be allocated to the current queue. Unit: Mbit/s.
Enter a number. You do not need to enter a unit.
example:1
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:123e4567-e89b-12d3-a456-426655****
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder dscps(List<Integer> dscps)
The differentiated services code point (DSCP) value used to match packets in the queue.
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder ownerAccount(String ownerAccount)
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder ownerId(Long ownerId)
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder qosQueueDescription(String qosQueueDescription)
The new description of the queue.
The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
example:desctest
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder qosQueueId(String qosQueueId)
The queue ID.
This parameter is required.
example:qos-queue-nv2vfzqkewhk4t****
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder qosQueueName(String qosQueueName)
The new name of the queue.
The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
example:nametest
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder remainBandwidthPercent(String remainBandwidthPercent)
The percentage of bandwidth that can be allocated to the current queue.
Enter a number. You do not need to enter a percent sign (%).
example:1
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpdateCenInterRegionTrafficQosQueueAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpdateCenInterRegionTrafficQosQueueAttributeRequest build()
Copyright © 2025. All rights reserved.