public static final class DescribeLogMetaResponseBody.LogMetaList.Builder extends Object
public DescribeLogMetaResponseBody.LogMetaList.Builder category(String category)
The category of logs. Valid values:
host
public DescribeLogMetaResponseBody.LogMetaList.Builder hotTtl(Integer hotTtl)
The time period after which logs in hot storage are moved to cold storage. Unit: days.
example:If the value is -1, logs that are stored in hot storage are not moved to cold storage.
-1
public DescribeLogMetaResponseBody.LogMetaList.Builder logDesc(String logDesc)
The name of the log type.
example:Login
public DescribeLogMetaResponseBody.LogMetaList.Builder logStore(String logStore)
The name of the dedicated Logstore in which logs are stored.
example:aegis-log-login
public DescribeLogMetaResponseBody.LogMetaList.Builder project(String project)
The name of the project.
example:aegis-log
public DescribeLogMetaResponseBody.LogMetaList.Builder status(String status)
The status of the log analysis feature. Valid values:
enabled
public DescribeLogMetaResponseBody.LogMetaList.Builder topic(String topic)
The topic of logs that are delivered.
example:aegis-log-login
public DescribeLogMetaResponseBody.LogMetaList.Builder ttl(Integer ttl)
The number of days during which logs can be retained.
example:180
public DescribeLogMetaResponseBody.LogMetaList.Builder userLogStore(String userLogStore)
The name of the dedicated Logstore in which user logs are stored.
example:aegis-log-network
public DescribeLogMetaResponseBody.LogMetaList.Builder userProject(String userProject)
The name of the dedicated project in which logs are stored.
example:sasnew-log-XXXX-cn-hangzhou
public DescribeLogMetaResponseBody.LogMetaList.Builder userRegion(String userRegion)
The ID of the region.
example:cn-hangzhou
public DescribeLogMetaResponseBody.LogMetaList build()
Copyright © 2026. All rights reserved.