Uses of Class
io.milvus.param.role.GrantRolePrivilegeParam.Builder
-
Packages that use GrantRolePrivilegeParam.Builder Package Description io.milvus.param.role -
-
Uses of GrantRolePrivilegeParam.Builder in io.milvus.param.role
Methods in io.milvus.param.role that return GrantRolePrivilegeParam.Builder Modifier and Type Method Description static GrantRolePrivilegeParam.BuilderGrantRolePrivilegeParam. newBuilder()GrantRolePrivilegeParam.BuilderGrantRolePrivilegeParam.Builder. withDatabaseName(String databaseName)Sets the databaseName.GrantRolePrivilegeParam.BuilderGrantRolePrivilegeParam.Builder. withObject(@NonNull String object)Sets the object.GrantRolePrivilegeParam.BuilderGrantRolePrivilegeParam.Builder. withObjectName(@NonNull String objectName)Sets the objectName.GrantRolePrivilegeParam.BuilderGrantRolePrivilegeParam.Builder. withPrivilege(@NonNull String privilege)Sets the privilege.GrantRolePrivilegeParam.BuilderGrantRolePrivilegeParam.Builder. withRoleName(@NonNull String roleName)Sets the roleName.
-