public static final class UpdateStoreViewRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateStoreViewRequest |
build() |
UpdateStoreViewRequest.Builder |
name(String name)
The name of the dataset.
|
UpdateStoreViewRequest.Builder |
project(String project)
The name of the project.
|
UpdateStoreViewRequest.Builder |
stores(List<StoreViewStore> stores)
The Logstores or Metricstores.
|
UpdateStoreViewRequest.Builder |
storeType(String storeType)
The type of the dataset.
|
public UpdateStoreViewRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:example-project
public UpdateStoreViewRequest.Builder name(String name)
The name of the dataset.
This parameter is required.
example:my_storeview
public UpdateStoreViewRequest.Builder storeType(String storeType)
The type of the dataset.
Valid values:
metricstore
logstore
This parameter is required.
example:logstore
public UpdateStoreViewRequest.Builder stores(List<StoreViewStore> stores)
The Logstores or Metricstores.
This parameter is required.
public UpdateStoreViewRequest build()
Copyright © 2025. All rights reserved.