Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.A2aDescriptor.Builder
Packages that use A2aDescriptor.Builder
-
Uses of A2aDescriptor.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return A2aDescriptor.BuilderModifier and TypeMethodDescriptiondefault A2aDescriptor.BuilderA2aDescriptor.Builder.agentCard(Consumer<AgentCardDefinition.Builder> agentCard) The agent card definition that describes the agent's capabilities and interface.A2aDescriptor.Builder.agentCard(AgentCardDefinition agentCard) The agent card definition that describes the agent's capabilities and interface.static A2aDescriptor.BuilderA2aDescriptor.builder()A2aDescriptor.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type A2aDescriptor.BuilderModifier and TypeMethodDescriptionstatic Class<? extends A2aDescriptor.Builder>A2aDescriptor.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type A2aDescriptor.BuilderModifier and TypeMethodDescriptiondefault Descriptors.BuilderDescriptors.Builder.a2a(Consumer<A2aDescriptor.Builder> a2a) The A2A (Agent-to-Agent) descriptor configuration.