public static final class ActiveFlowLogRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ActiveFlowLogRequest |
build() |
ActiveFlowLogRequest.Builder |
cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
|
ActiveFlowLogRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
ActiveFlowLogRequest.Builder |
flowLogId(String flowLogId)
The ID of the flow log.
|
ActiveFlowLogRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ActiveFlowLogRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ActiveFlowLogRequest.Builder |
regionId(String regionId)
The ID of the region where the flow log is deployed.
|
ActiveFlowLogRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ActiveFlowLogRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ActiveFlowLogRequest.Builder cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
example:cen-7qthudw0ll6jmc****
public ActiveFlowLogRequest.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 the value 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 ActiveFlowLogRequest.Builder flowLogId(String flowLogId)
The ID of the flow log.
This parameter is required.
example:flowlog-m5evbtbpt****
public ActiveFlowLogRequest.Builder ownerAccount(String ownerAccount)
public ActiveFlowLogRequest.Builder ownerId(Long ownerId)
public ActiveFlowLogRequest.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 ActiveFlowLogRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ActiveFlowLogRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ActiveFlowLogRequest build()
Copyright © 2025. All rights reserved.