public static final class UpdateLogStoreProcessorRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateLogStoreProcessorRequest |
build() |
UpdateLogStoreProcessorRequest.Builder |
logstore(String logstore)
The name of the Logstore.
|
UpdateLogStoreProcessorRequest.Builder |
processorName(String processorName)
The identifier of the ingest processor.
|
UpdateLogStoreProcessorRequest.Builder |
project(String project)
The name of the project.
|
public UpdateLogStoreProcessorRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public UpdateLogStoreProcessorRequest.Builder logstore(String logstore)
The name of the Logstore.
This parameter is required.
example:ali-test-logstore
public UpdateLogStoreProcessorRequest.Builder processorName(String processorName)
The identifier of the ingest processor.
This parameter is required.
example:parse-nginx-log
public UpdateLogStoreProcessorRequest build()
Copyright © 2025. All rights reserved.