public static final class ModifyHighDefinationMonitorRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyHighDefinationMonitorRequest |
build() |
ModifyHighDefinationMonitorRequest.Builder |
logProject(String logProject)
The new name of the project of Log Service.
|
ModifyHighDefinationMonitorRequest.Builder |
logStore(String logStore)
The new name of the Logstore of Log Service.
|
ModifyHighDefinationMonitorRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ModifyHighDefinationMonitorRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ModifyHighDefinationMonitorRequest.Builder |
regionId(String regionId)
The ID of the region where the Classic Load Balancer (CLB) instance is deployed.
|
ModifyHighDefinationMonitorRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifyHighDefinationMonitorRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ModifyHighDefinationMonitorRequest.Builder logProject(String logProject)
The new 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 ModifyHighDefinationMonitorRequest.Builder logStore(String logStore)
The new 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 ModifyHighDefinationMonitorRequest.Builder ownerAccount(String ownerAccount)
public ModifyHighDefinationMonitorRequest.Builder ownerId(Long ownerId)
public ModifyHighDefinationMonitorRequest.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 ModifyHighDefinationMonitorRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyHighDefinationMonitorRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyHighDefinationMonitorRequest build()
Copyright © 2026. All rights reserved.