public static final class GetFlowLogServiceStatusRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetFlowLogServiceStatusRequest |
build() |
GetFlowLogServiceStatusRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
GetFlowLogServiceStatusRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
GetFlowLogServiceStatusRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GetFlowLogServiceStatusRequest.Builder |
regionId(String regionId)
The region ID of the flow log.
|
GetFlowLogServiceStatusRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetFlowLogServiceStatusRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public GetFlowLogServiceStatusRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must make sure that it is unique among different requests. The client token can contain only ASCII characters. > If you do not set this parameter, the system automatically uses **RequestId** as **ClientToken**. The value of **RequestId** in each API request may be different.
public GetFlowLogServiceStatusRequest.Builder ownerAccount(String ownerAccount)
public GetFlowLogServiceStatusRequest.Builder ownerId(Long ownerId)
public GetFlowLogServiceStatusRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public GetFlowLogServiceStatusRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetFlowLogServiceStatusRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GetFlowLogServiceStatusRequest build()
Copyright © 2024. All rights reserved.