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