Package io.milvus.param.control
Class GetPersistentSegmentInfoParam.Builder
- java.lang.Object
-
- io.milvus.param.control.GetPersistentSegmentInfoParam.Builder
-
- Enclosing class:
- GetPersistentSegmentInfoParam
public static final class GetPersistentSegmentInfoParam.Builder extends java.lang.ObjectBuilder forGetPersistentSegmentInfoParamclass.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPersistentSegmentInfoParambuild()Verifies parameters and creates a newGetPersistentSegmentInfoParaminstance.GetPersistentSegmentInfoParam.BuilderwithCollectionName(@NonNull java.lang.String collectionName)Sets the collection name.
-
-
-
Method Detail
-
withCollectionName
public GetPersistentSegmentInfoParam.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 GetPersistentSegmentInfoParam build() throws ParamException
Verifies parameters and creates a newGetPersistentSegmentInfoParaminstance.- Returns:
GetPersistentSegmentInfoParam- Throws:
ParamException
-
-