public static final class DeleteCenInterRegionTrafficQosQueueRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteCenInterRegionTrafficQosQueueRequest |
build() |
DeleteCenInterRegionTrafficQosQueueRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteCenInterRegionTrafficQosQueueRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform a dry run.
|
DeleteCenInterRegionTrafficQosQueueRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteCenInterRegionTrafficQosQueueRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteCenInterRegionTrafficQosQueueRequest.Builder |
qosQueueId(String qosQueueId)
The ID of the queue.
|
DeleteCenInterRegionTrafficQosQueueRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteCenInterRegionTrafficQosQueueRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DeleteCenInterRegionTrafficQosQueueRequest.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 value, but you must make sure that it is unique among all requests. The client token can contain only ASCII characters.
example:If you do not set this parameter, ClientToken is set to the value of RequestId. The value of RequestId for each API request may be different.
123e4567-e89b-12d3-a456-426****
public DeleteCenInterRegionTrafficQosQueueRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run. Valid values:
DryRunOperation
error code is returned.false
public DeleteCenInterRegionTrafficQosQueueRequest.Builder ownerAccount(String ownerAccount)
public DeleteCenInterRegionTrafficQosQueueRequest.Builder ownerId(Long ownerId)
public DeleteCenInterRegionTrafficQosQueueRequest.Builder qosQueueId(String qosQueueId)
The ID of the queue.
This parameter is required.
example:qos-queue-nv2vfzqkewhk4t****
public DeleteCenInterRegionTrafficQosQueueRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteCenInterRegionTrafficQosQueueRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteCenInterRegionTrafficQosQueueRequest build()
Copyright © 2025. All rights reserved.