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