public static final class DeleteAccessLogsDownloadAttributeRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteAccessLogsDownloadAttributeRequest |
build() |
DeleteAccessLogsDownloadAttributeRequest.Builder |
loadBalancerId(String loadBalancerId)
The CLB instance ID.
|
DeleteAccessLogsDownloadAttributeRequest.Builder |
logsDownloadAttributes(String logsDownloadAttributes)
The access log forwarding rule.
|
DeleteAccessLogsDownloadAttributeRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteAccessLogsDownloadAttributeRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteAccessLogsDownloadAttributeRequest.Builder |
regionId(String regionId)
The region ID of the CLB instance.
|
DeleteAccessLogsDownloadAttributeRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteAccessLogsDownloadAttributeRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DeleteAccessLogsDownloadAttributeRequest.Builder |
tags(String tags)
The tags that are added to the CLB instance.
|
public DeleteAccessLogsDownloadAttributeRequest.Builder loadBalancerId(String loadBalancerId)
The CLB instance ID.
example:lb-uf68ps3rekbljmdb0****
public DeleteAccessLogsDownloadAttributeRequest.Builder logsDownloadAttributes(String logsDownloadAttributes)
The access log forwarding rule. Parameters:
This parameter is required.
example:[{"logProject":"my-project", "LogStore":"my-log-store", "LoadBalancerId":"lb-uf68ps3rekbljmdb0****"}]
public DeleteAccessLogsDownloadAttributeRequest.Builder ownerAccount(String ownerAccount)
public DeleteAccessLogsDownloadAttributeRequest.Builder ownerId(Long ownerId)
public DeleteAccessLogsDownloadAttributeRequest.Builder regionId(String regionId)
The region ID of the CLB instance.
This parameter is required.
example:cn-hangzhou
public DeleteAccessLogsDownloadAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteAccessLogsDownloadAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteAccessLogsDownloadAttributeRequest.Builder tags(String tags)
The tags that are added to the CLB instance. The tags must be key-value pairs that are contained in a JSON dictionary.
example:[{"tagKey":"Key1","tagValue":"Value1"}]
public DeleteAccessLogsDownloadAttributeRequest build()
Copyright © 2026. All rights reserved.