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