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