public static final class DeleteFlowlogRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteFlowlogRequest |
build() |
DeleteFlowlogRequest.Builder |
cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
|
DeleteFlowlogRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteFlowlogRequest.Builder |
flowLogId(String flowLogId)
The ID of the flow log.
|
DeleteFlowlogRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteFlowlogRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteFlowlogRequest.Builder |
regionId(String regionId)
The ID of the region where the flow log is deployed.
|
DeleteFlowlogRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteFlowlogRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DeleteFlowlogRequest.Builder cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
example:cen-7qthudw0ll6jmc****
public DeleteFlowlogRequest.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 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 may be different for each request.
123e4567-e89b-12d3-a456-42665544****
public DeleteFlowlogRequest.Builder flowLogId(String flowLogId)
The ID of the flow log.
This parameter is required.
example:flowlog-m5evbtbpt****
public DeleteFlowlogRequest.Builder ownerAccount(String ownerAccount)
public DeleteFlowlogRequest.Builder ownerId(Long ownerId)
public DeleteFlowlogRequest.Builder regionId(String regionId)
The ID of the region where the flow log is deployed.
You can call the DescribeChildInstanceRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public DeleteFlowlogRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteFlowlogRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteFlowlogRequest build()
Copyright © 2025. All rights reserved.