public static final class UpdateCenInterRegionTrafficQosPolicyAttributeRequest.Builder extends Object
public UpdateCenInterRegionTrafficQosPolicyAttributeRequest.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 UpdateCenInterRegionTrafficQosPolicyAttributeRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run. Valid values:
DryRunOperation
error code is returned.false
public UpdateCenInterRegionTrafficQosPolicyAttributeRequest.Builder ownerAccount(String ownerAccount)
public UpdateCenInterRegionTrafficQosPolicyAttributeRequest.Builder ownerId(Long ownerId)
public UpdateCenInterRegionTrafficQosPolicyAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpdateCenInterRegionTrafficQosPolicyAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpdateCenInterRegionTrafficQosPolicyAttributeRequest.Builder trafficQosPolicyDescription(String trafficQosPolicyDescription)
The new description of the QoS policy.
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 UpdateCenInterRegionTrafficQosPolicyAttributeRequest.Builder trafficQosPolicyId(String trafficQosPolicyId)
The ID of the QoS policy.
This parameter is required.
example:qos-eczzew0v1kzrb5****
public UpdateCenInterRegionTrafficQosPolicyAttributeRequest.Builder trafficQosPolicyName(String trafficQosPolicyName)
The new name of the QoS policy.
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 UpdateCenInterRegionTrafficQosPolicyAttributeRequest build()
Copyright © 2025. All rights reserved.