public static final class RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.Builder extends Object
public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.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.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
123e4567-e89b-12d3-a456-426****
public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.Builder ownerAccount(String ownerAccount)
public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.Builder ownerId(Long ownerId)
public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.Builder trafficMarkRuleIds(List<String> trafficMarkRuleIds)
The ID of the traffic classification rule.
public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.Builder trafficMarkingPolicyId(String trafficMarkingPolicyId)
The ID of the traffic marking policy.
This parameter is required.
example:tm-d33hdczo3qo8ta****
public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest build()
Copyright © 2025. All rights reserved.