public static final class UpdateIndexRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateIndexRequest.Builder |
body(Index body)
The request body.
|
UpdateIndexRequest |
build() |
UpdateIndexRequest.Builder |
logstore(String logstore)
The name of the Logstore.
|
UpdateIndexRequest.Builder |
project(String project)
The name of the project.
|
public UpdateIndexRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public UpdateIndexRequest.Builder logstore(String logstore)
The name of the Logstore.
This parameter is required.
example:test-logstore
public UpdateIndexRequest.Builder body(Index body)
The request body.
public UpdateIndexRequest build()
Copyright © 2025. All rights reserved.