Interface AgentCardDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentCardDefinition.Builder,,AgentCardDefinition> SdkBuilder<AgentCardDefinition.Builder,,AgentCardDefinition> SdkPojo
- Enclosing class:
AgentCardDefinition
@Mutable
@NotThreadSafe
public static interface AgentCardDefinition.Builder
extends SdkPojo, CopyableBuilder<AgentCardDefinition.Builder,AgentCardDefinition>
-
Method Summary
Modifier and TypeMethodDescriptioninlineContent(String inlineContent) The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.schemaVersion(String schemaVersion) The schema version of the agent card based on the A2A protocol specification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
schemaVersion
The schema version of the agent card based on the A2A protocol specification.
- Parameters:
schemaVersion- The schema version of the agent card based on the A2A protocol specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inlineContent
The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.
- Parameters:
inlineContent- The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-