public static final class RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.Builder extends Object
public RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.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 RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run. Valid values:
DryRunOperation
error code is returned.false
public RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.Builder ownerAccount(String ownerAccount)
public RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.Builder ownerId(Long ownerId)
public RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.Builder trafficMarkRuleIds(List<String> trafficMarkRuleIds)
The ID of the traffic classification rule.
public RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.Builder trafficMarkingPolicyId(String trafficMarkingPolicyId)
The ID of the traffic marking policy.
This parameter is required.
example:tm-d33hdczo3qo8ta****
public RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest build()
Copyright © 2025. All rights reserved.