Package com.openai.models.vectorstores
Class VectorStoreListPageAsync.Builder
-
- All Implemented Interfaces:
public final class VectorStoreListPageAsync.BuilderA builder for VectorStoreListPageAsync.
-
-
Method Summary
Modifier and Type Method Description final VectorStoreListPageAsync.Builderservice(VectorStoreServiceAsync service)final VectorStoreListPageAsync.BuilderstreamHandlerExecutor(Executor streamHandlerExecutor)final VectorStoreListPageAsync.Builderparams(VectorStoreListParams params)The parameters that were used to request this page. final VectorStoreListPageAsync.Builderresponse(VectorStoreListPageResponse response)The response that this page was parsed from. final VectorStoreListPageAsyncbuild()Returns an immutable instance of VectorStoreListPageAsync. -
-
Method Detail
-
service
final VectorStoreListPageAsync.Builder service(VectorStoreServiceAsync service)
-
streamHandlerExecutor
final VectorStoreListPageAsync.Builder streamHandlerExecutor(Executor streamHandlerExecutor)
-
params
final VectorStoreListPageAsync.Builder params(VectorStoreListParams params)
The parameters that were used to request this page.
-
response
final VectorStoreListPageAsync.Builder response(VectorStoreListPageResponse response)
The response that this page was parsed from.
-
build
final VectorStoreListPageAsync build()
Returns an immutable instance of VectorStoreListPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .streamHandlerExecutor() .params() .response()
-
-
-
-