public static final class DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute |
build() |
DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder |
loadBalancerId(String loadBalancerId)
The CLB instance ID.
|
DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder |
logProject(String logProject)
The name of the Log Service project.
|
DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder |
logStore(String logStore)
The name of the Logstore.
|
DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder |
logType(String logType)
The type of access log.
|
DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder |
region(String region)
The region ID of the CLB instance.
|
public DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder loadBalancerId(String loadBalancerId)
The CLB instance ID.
example:lb-bp1b6c719dfa08ex*****
public DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder logProject(String logProject)
The name of the Log Service project.
example:test-log-project
public DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder logStore(String logStore)
The name of the Logstore.
example:test-log-store
public DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder logType(String logType)
The type of access log. Only layer7 is returned, which indicates Layer 7 access logs.
example:layer7
public DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute.Builder region(String region)
The region ID of the CLB instance.
example:cn-hangzhou
public DescribeAccessLogsDownloadAttributeResponseBody.LogsDownloadAttribute build()
Copyright © 2026. All rights reserved.