public static final class UpdateLoggingRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateLoggingRequest |
build() |
UpdateLoggingRequest.Builder |
loggingDetails(List<UpdateLoggingRequest.LoggingDetails> loggingDetails)
The configurations of service logs.
|
UpdateLoggingRequest.Builder |
loggingProject(String loggingProject)
The name of the project to which you want to save service logs.
|
UpdateLoggingRequest.Builder |
project(String project)
The name of the project.
|
public UpdateLoggingRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public UpdateLoggingRequest.Builder loggingDetails(List<UpdateLoggingRequest.LoggingDetails> loggingDetails)
The configurations of service logs.
This parameter is required.
public UpdateLoggingRequest.Builder loggingProject(String loggingProject)
The name of the project to which you want to save service logs.
This parameter is required.
example:my-project
public UpdateLoggingRequest build()
Copyright © 2025. All rights reserved.