public static final class GetIndexStateParam.Builder
extends java.lang.Object
GetIndexStateParam class.| 限定符和类型 | 方法和说明 |
|---|---|
GetIndexStateParam |
build()
Verifies parameters and creates a new
GetIndexStateParam instance. |
GetIndexStateParam.Builder |
withCollectionName(@NonNull java.lang.String collectionName)
Sets the collection name.
|
GetIndexStateParam.Builder |
withIndexName(@NonNull java.lang.String indexName)
The name of target index.
|
public GetIndexStateParam.Builder withCollectionName(@NonNull @NonNull java.lang.String collectionName)
collectionName - collection nameBuilderpublic GetIndexStateParam.Builder withIndexName(@NonNull @NonNull java.lang.String indexName)
indexName - index nameBuilderpublic GetIndexStateParam build() throws ParamException
GetIndexStateParam instance.GetIndexStateParamParamException