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