public static final class GetLogMetaResponseBody.LogMeta.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetLogMetaResponseBody.LogMeta |
build() |
GetLogMetaResponseBody.LogMeta.Builder |
logStore(String logStore)
The name of the dedicated Logstore in which logs are stored.
|
GetLogMetaResponseBody.LogMeta.Builder |
project(String project)
The Simple Log Service project.
|
GetLogMetaResponseBody.LogMeta.Builder |
status(String status)
The status of a data shipping task of a log.
|
public GetLogMetaResponseBody.LogMeta.Builder logStore(String logStore)
The name of the dedicated Logstore in which logs are stored.
example:aegis-log-login
public GetLogMetaResponseBody.LogMeta.Builder project(String project)
The Simple Log Service project.
example:sas-log
public GetLogMetaResponseBody.LogMeta.Builder status(String status)
The status of a data shipping task of a log. Valid values:
enabled
public GetLogMetaResponseBody.LogMeta build()
Copyright © 2026. All rights reserved.