public static final class ResetLogShipperRequest.LogMetaList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ResetLogShipperRequest.LogMetaList |
build() |
ResetLogShipperRequest.LogMetaList.Builder |
configLogStore(String configLogStore)
The Logstore that you want to configure.
|
ResetLogShipperRequest.LogMetaList.Builder |
hotTtl(Integer hotTtl)
The retention period of hot data in the Logstore.
|
ResetLogShipperRequest.LogMetaList.Builder |
status(String status)
The status of the log analysis feature.
|
ResetLogShipperRequest.LogMetaList.Builder |
ttl(Integer ttl)
The log retention period of the Logstore.
|
public ResetLogShipperRequest.LogMetaList.Builder configLogStore(String configLogStore)
The Logstore that you want to configure.
example:You can call the DescribeLogMeta operation to query the Logstore.
sas-security-log
public ResetLogShipperRequest.LogMetaList.Builder hotTtl(Integer hotTtl)
The retention period of hot data in the Logstore.
example:The value of this parameter must be at least 7 and smaller than the log retention period. Unit: days. If you specify this parameter for the Logstore, the global retention period of hot data specified by the HotTtl parameter is overwritten.
7
public ResetLogShipperRequest.LogMetaList.Builder status(String status)
The status of the log analysis feature. Valid values:
enabled
public ResetLogShipperRequest.LogMetaList.Builder ttl(Integer ttl)
The log retention period of the Logstore.
example:If you specify this parameter for the Logstore, the global log retention period specified by the Ttl parameter is overwritten.
60
public ResetLogShipperRequest.LogMetaList build()
Copyright © 2026. All rights reserved.