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