public static final class UpdateConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateConfigRequest.Builder |
body(LogtailConfig body)
The body of the request.
|
UpdateConfigRequest |
build() |
UpdateConfigRequest.Builder |
configName(String configName)
The name of the Logtail configuration file.
|
UpdateConfigRequest.Builder |
project(String project)
The name of the project.
|
public UpdateConfigRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public UpdateConfigRequest.Builder configName(String configName)
The name of the Logtail configuration file.
This parameter is required.
example:config-sample
public UpdateConfigRequest.Builder body(LogtailConfig body)
The body of the request.
public UpdateConfigRequest build()
Copyright © 2025. All rights reserved.