public static final class DescribeAccessLogsDownloadAttributeRequest.Builder extends Object
public DescribeAccessLogsDownloadAttributeRequest.Builder loadBalancerId(String loadBalancerId)
The CLB instance ID.
example:lb-bp1b6c719dfa08ex*****
public DescribeAccessLogsDownloadAttributeRequest.Builder logType(String logType)
The type of access log. Set the value to layer7, which specifies Layer 7 access logs.
example:layer7
public DescribeAccessLogsDownloadAttributeRequest.Builder ownerAccount(String ownerAccount)
public DescribeAccessLogsDownloadAttributeRequest.Builder ownerId(Long ownerId)
public DescribeAccessLogsDownloadAttributeRequest.Builder pageNumber(Integer pageNumber)
The page number. Default value: 1.
example:1
public DescribeAccessLogsDownloadAttributeRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Maximum value: 50. Default value: 10.
example:10
public DescribeAccessLogsDownloadAttributeRequest.Builder regionId(String regionId)
The region ID of the CLB instance.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public DescribeAccessLogsDownloadAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeAccessLogsDownloadAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeAccessLogsDownloadAttributeRequest.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.
You can specify up to 10 tags in each call.
example:[{"tagKey":"Key1","tagValue":"Value1"}]
public DescribeAccessLogsDownloadAttributeRequest build()
Copyright © 2026. All rights reserved.