Package io.milvus.param.index
Class GetIndexBuildProgressParam.Builder
- java.lang.Object
-
- io.milvus.param.index.GetIndexBuildProgressParam.Builder
-
- Enclosing class:
- GetIndexBuildProgressParam
public static final class GetIndexBuildProgressParam.Builder extends java.lang.Object
Builder forGetIndexBuildProgressParam
class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIndexBuildProgressParam
build()
Verifies parameters and creates a newGetIndexBuildProgressParam
instance.GetIndexBuildProgressParam.Builder
withCollectionName(@NonNull java.lang.String collectionName)
Sets the collection name.
-
-
-
Method Detail
-
withCollectionName
public GetIndexBuildProgressParam.Builder withCollectionName(@NonNull @NonNull java.lang.String collectionName)
Sets the collection name. Collection name cannot be empty or null.- Parameters:
collectionName
- collection name- Returns:
Builder
-
build
public GetIndexBuildProgressParam build() throws ParamException
Verifies parameters and creates a newGetIndexBuildProgressParam
instance.- Returns:
GetIndexBuildProgressParam
- Throws:
ParamException
-
-