Package com.openai.models.containers
Class ContainerListPage.Builder
-
- All Implemented Interfaces:
public final class ContainerListPage.BuilderA builder for ContainerListPage.
-
-
Method Summary
Modifier and Type Method Description final ContainerListPage.Builderservice(ContainerService service)final ContainerListPage.Builderparams(ContainerListParams params)The parameters that were used to request this page. final ContainerListPage.Builderresponse(ContainerListPageResponse response)The response that this page was parsed from. final ContainerListPagebuild()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()
-
-
-
-