public static final class DeleteTrafficMirrorSessionRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteTrafficMirrorSessionRequest |
build() |
DeleteTrafficMirrorSessionRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteTrafficMirrorSessionRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to to perform a dry run.
|
DeleteTrafficMirrorSessionRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteTrafficMirrorSessionRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteTrafficMirrorSessionRequest.Builder |
regionId(String regionId)
The ID of the region to which the traffic mirror session belongs.
|
DeleteTrafficMirrorSessionRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteTrafficMirrorSessionRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DeleteTrafficMirrorSessionRequest.Builder |
trafficMirrorSessionId(String trafficMirrorSessionId)
The ID of the traffic mirror session.
|
public DeleteTrafficMirrorSessionRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must make sure that it is unique among all requests. ClientToken can contain only ASCII characters. > If you do not specify this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** for each API request may be different.
public DeleteTrafficMirrorSessionRequest.Builder dryRun(Boolean dryRun)
* **true**: performs a dry run. The system checks the required parameters, request format, and limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned. * **false** (default): performs a dry run and sends the request. If the request passes the dry run, the operation is performed.
public DeleteTrafficMirrorSessionRequest.Builder ownerAccount(String ownerAccount)
public DeleteTrafficMirrorSessionRequest.Builder ownerId(Long ownerId)
public DeleteTrafficMirrorSessionRequest.Builder regionId(String regionId)
public DeleteTrafficMirrorSessionRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteTrafficMirrorSessionRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteTrafficMirrorSessionRequest.Builder trafficMirrorSessionId(String trafficMirrorSessionId)
public DeleteTrafficMirrorSessionRequest build()
Copyright © 2024. All rights reserved.