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