Package com.braintrustdata.api.models
Class ApiKeyListPageAsync.Builder
-
- All Implemented Interfaces:
public final class ApiKeyListPageAsync.BuilderA builder for ApiKeyListPageAsync.
-
-
Method Summary
Modifier and Type Method Description final ApiKeyListPageAsync.Builderservice(ApiKeyServiceAsync service)final ApiKeyListPageAsync.Builderparams(ApiKeyListParams params)The parameters that were used to request this page. final ApiKeyListPageAsync.Builderresponse(ApiKeyListPageResponse response)The response that this page was parsed from. final ApiKeyListPageAsyncbuild()Returns an immutable instance of ApiKeyListPageAsync. -
-
Method Detail
-
service
final ApiKeyListPageAsync.Builder service(ApiKeyServiceAsync service)
-
params
final ApiKeyListPageAsync.Builder params(ApiKeyListParams params)
The parameters that were used to request this page.
-
response
final ApiKeyListPageAsync.Builder response(ApiKeyListPageResponse response)
The response that this page was parsed from.
-
build
final ApiKeyListPageAsync build()
Returns an immutable instance of ApiKeyListPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-