Package com.openai.models.containers
Class ContainerListPageAsync.Builder
-
- All Implemented Interfaces:
public final class ContainerListPageAsync.Builder
A builder for ContainerListPageAsync.
-
-
Method Summary
Modifier and Type Method Description final ContainerListPageAsync.Builder
service(ContainerServiceAsync service)
final ContainerListPageAsync.Builder
streamHandlerExecutor(Executor streamHandlerExecutor)
final ContainerListPageAsync.Builder
params(ContainerListParams params)
The parameters that were used to request this page. final ContainerListPageAsync.Builder
response(ContainerListPageResponse response)
The response that this page was parsed from. final ContainerListPageAsync
build()
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()
-
-
-
-