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