public static final class ListBulkInsertTasksParam.Builder extends Object
ListBulkInsertTasksParam class.| 限定符和类型 | 方法和说明 |
|---|---|
ListBulkInsertTasksParam |
build()
Verifies parameters and creates a new
ListBulkInsertTasksParam instance. |
ListBulkInsertTasksParam.Builder |
withCollectionName(@NonNull String collectionName)
Sets the target collection name, list all tasks if the name is empty.
|
ListBulkInsertTasksParam.Builder |
withLimit(@NonNull Integer limit)
Specify limit count of returned tasks, list all tasks if the value is 0.
|
public ListBulkInsertTasksParam.Builder withCollectionName(@NonNull @NonNull String collectionName)
collectionName - collection nameBuilderpublic ListBulkInsertTasksParam.Builder withLimit(@NonNull @NonNull Integer limit)
limit - limit numberBuilderpublic ListBulkInsertTasksParam build() throws ParamException
ListBulkInsertTasksParam instance.Copyright © 2023. All rights reserved.