public static final class EnableHighDefinationMonitorRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
EnableHighDefinationMonitorRequest |
build() |
EnableHighDefinationMonitorRequest.Builder |
logProject(String logProject)
The name of the project of Log Service.
|
EnableHighDefinationMonitorRequest.Builder |
logStore(String logStore)
The name of the Logstore of Log Service.
|
EnableHighDefinationMonitorRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
EnableHighDefinationMonitorRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
EnableHighDefinationMonitorRequest.Builder |
regionId(String regionId)
The ID of the region where the Classic Load Balancer (CLB) instance is deployed.
|
EnableHighDefinationMonitorRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
EnableHighDefinationMonitorRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
EnableHighDefinationMonitorRequest.Builder |
tags(String tags)
The tags of the logs.
|
public EnableHighDefinationMonitorRequest.Builder logProject(String logProject)
The name of the project of Log Service. The name must be 4 to 63 characters in length, and can contain digits and lowercase letters. It must start and end with a digit or a letter.
This parameter is required.
example:my-project
public EnableHighDefinationMonitorRequest.Builder logStore(String logStore)
The name of the Logstore of Log Service. The name must be 2 to 64 characters in length and can contain digits, lowercase letters, hyphens (-) and underscores (_). It must start and end with a digit or a letter.
This parameter is required.
example:my-log-store
public EnableHighDefinationMonitorRequest.Builder ownerAccount(String ownerAccount)
public EnableHighDefinationMonitorRequest.Builder ownerId(Long ownerId)
public EnableHighDefinationMonitorRequest.Builder regionId(String regionId)
The ID of the region where the Classic Load Balancer (CLB) instance is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public EnableHighDefinationMonitorRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public EnableHighDefinationMonitorRequest.Builder resourceOwnerId(Long resourceOwnerId)
public EnableHighDefinationMonitorRequest.Builder tags(String tags)
The tags of the logs. The tags must be key-value pairs that are contained in a JSON dictionary.
example:[{"tagKey":"Key1","tagValue":"Value1"}]
public EnableHighDefinationMonitorRequest build()
Copyright © 2026. All rights reserved.