Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.SkillDefinition.Builder
Packages that use SkillDefinition.Builder
-
Uses of SkillDefinition.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SkillDefinition.BuilderModifier and TypeMethodDescriptionstatic SkillDefinition.BuilderSkillDefinition.builder()SkillDefinition.Builder.inlineContent(String inlineContent) The inline content of the skill definition.SkillDefinition.Builder.schemaVersion(String schemaVersion) The schema version of the skill definition.SkillDefinition.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SkillDefinition.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SkillDefinition.Builder>SkillDefinition.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type SkillDefinition.BuilderModifier and TypeMethodDescriptiondefault AgentSkillsDescriptor.BuilderAgentSkillsDescriptor.Builder.skillDefinition(Consumer<SkillDefinition.Builder> skillDefinition) The structured skill definition with a schema version and content.