Package io.milvus.param.resourcegroup
Class DropResourceGroupParam.Builder
java.lang.Object
io.milvus.param.resourcegroup.DropResourceGroupParam.Builder
- Enclosing class:
DropResourceGroupParam
Builder for
DropResourceGroupParam class.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Verifies parameters and creates a newDropResourceGroupParaminstance.withGroupName(@NonNull String groupName) Sets the group name.
-
Method Details
-
withGroupName
Sets the group name. group name cannot be empty or null.- Parameters:
groupName- group name- Returns:
Builder
-
build
Verifies parameters and creates a newDropResourceGroupParaminstance.- Returns:
DropResourceGroupParam- Throws:
ParamException
-