public static final class GetStoreViewIndexResponseBody.Indexes.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetStoreViewIndexResponseBody.Indexes |
build() |
GetStoreViewIndexResponseBody.Indexes.Builder |
index(Index index)
The index configurations of the Logstore.
|
GetStoreViewIndexResponseBody.Indexes.Builder |
logstore(String logstore)
The name of the Logstore.
|
GetStoreViewIndexResponseBody.Indexes.Builder |
project(String project)
The name of the project to which the Logstore belongs.
|
public GetStoreViewIndexResponseBody.Indexes.Builder index(Index index)
The index configurations of the Logstore.
public GetStoreViewIndexResponseBody.Indexes.Builder logstore(String logstore)
The name of the Logstore.
example:my-logstore
public GetStoreViewIndexResponseBody.Indexes.Builder project(String project)
The name of the project to which the Logstore belongs.
example:example-project
public GetStoreViewIndexResponseBody.Indexes build()
Copyright © 2025. All rights reserved.