public static final class ResetLogShipperRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ResetLogShipperRequest |
build() |
ResetLogShipperRequest.Builder |
hotTtl(Integer hotTtl)
The global retention period of hot data.
|
ResetLogShipperRequest.Builder |
logMetaList(List<ResetLogShipperRequest.LogMetaList> logMetaList)
The settings of the log analysis feature.
|
ResetLogShipperRequest.Builder |
ttl(Integer ttl)
The global log retention period.
|
public ResetLogShipperRequest.Builder hotTtl(Integer hotTtl)
The global retention period of hot data.
example:The value of this parameter must be at least 7 and smaller than the log retention period. Unit: days.
7
public ResetLogShipperRequest.Builder logMetaList(List<ResetLogShipperRequest.LogMetaList> logMetaList)
The settings of the log analysis feature.
public ResetLogShipperRequest.Builder ttl(Integer ttl)
The global log retention period.
example:This parameter is supported only when the log analysis feature uses the pay-as-you-go billing method.
180
public ResetLogShipperRequest build()
Copyright © 2026. All rights reserved.