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