public static final class RemoveSourcesFromTrafficMirrorSessionRequest.Builder extends Object
public RemoveSourcesFromTrafficMirrorSessionRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must make sure that the value is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. > If you do not set this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
public RemoveSourcesFromTrafficMirrorSessionRequest.Builder dryRun(Boolean dryRun)
* **true**: checks the request without performing the operation. The system checks the required parameters, request format, and limits. If the request fails the check, an error message is returned. If the request passes the check, the `DryRunOperation` error code is returned. * **false** (default): sends the request. After the request passes the check, the operation is performed.
public RemoveSourcesFromTrafficMirrorSessionRequest.Builder ownerAccount(String ownerAccount)
public RemoveSourcesFromTrafficMirrorSessionRequest.Builder ownerId(Long ownerId)
public RemoveSourcesFromTrafficMirrorSessionRequest.Builder regionId(String regionId)
public RemoveSourcesFromTrafficMirrorSessionRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RemoveSourcesFromTrafficMirrorSessionRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RemoveSourcesFromTrafficMirrorSessionRequest.Builder trafficMirrorSessionId(String trafficMirrorSessionId)
public RemoveSourcesFromTrafficMirrorSessionRequest.Builder trafficMirrorSourceIds(List<String> trafficMirrorSourceIds)
public RemoveSourcesFromTrafficMirrorSessionRequest build()
Copyright © 2024. All rights reserved.