public static final class UpdateLoggingRequest.LoggingDetails.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateLoggingRequest.LoggingDetails |
build() |
UpdateLoggingRequest.LoggingDetails.Builder |
logstore(String logstore)
The name of the Logstore to which you want to save service logs.
|
UpdateLoggingRequest.LoggingDetails.Builder |
type(String type)
The type of service logs.
|
public UpdateLoggingRequest.LoggingDetails.Builder logstore(String logstore)
The name of the Logstore to which you want to save service logs.
This parameter is required.
example:my-logstore
public UpdateLoggingRequest.LoggingDetails.Builder type(String type)
The type of service logs. Valid values:
This parameter is required.
example:consumergroup_log
public UpdateLoggingRequest.LoggingDetails build()
Copyright © 2025. All rights reserved.