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