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 Object
Builder forGetIndexBuildProgressParamclass.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIndexBuildProgressParambuild()Verifies parameters and creates a newGetIndexBuildProgressParaminstance.GetIndexBuildProgressParam.BuilderwithCollectionName(@NonNull String collectionName)Sets the collection name.
-
-
-
Method Detail
-
withCollectionName
public GetIndexBuildProgressParam.Builder withCollectionName(@NonNull @NonNull 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 newGetIndexBuildProgressParaminstance.- Returns:
GetIndexBuildProgressParam- Throws:
ParamException
-
-