public static final class ModifyLogMetaStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyLogMetaStatusRequest |
build() |
ModifyLogMetaStatusRequest.Builder |
from(String from)
The ID of the request source.
|
ModifyLogMetaStatusRequest.Builder |
logStore(String logStore)
The name of the dedicated Logstore in which logs are stored.
|
ModifyLogMetaStatusRequest.Builder |
project(String project)
The name of the project.
|
ModifyLogMetaStatusRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
ModifyLogMetaStatusRequest.Builder |
status(String status)
The status of the log analysis feature.
|
public ModifyLogMetaStatusRequest.Builder from(String from)
The ID of the request source. Set the value to sas.
example:sas
public ModifyLogMetaStatusRequest.Builder logStore(String logStore)
The name of the dedicated Logstore in which logs are stored.
You can call the DescribeLogMeta operation to query the names of Logstores.
This parameter is required.
example:aegis-log-login
public ModifyLogMetaStatusRequest.Builder project(String project)
The name of the project.
example:You can call the DescribeLogMeta operation to query the names of projects.
aegis-log
public ModifyLogMetaStatusRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to obtain the IDs.
1232428423234****
public ModifyLogMetaStatusRequest.Builder status(String status)
The status of the log analysis feature. Valid values:
This parameter is required.
example:disabled
public ModifyLogMetaStatusRequest build()
Copyright © 2026. All rights reserved.