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 inline content of the agent card definition.schemaVersion(String schemaVersion) The schema version of the agent card definition.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 definition.
- Parameters:
schemaVersion- The schema version of the agent card definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inlineContent
The inline content of the agent card definition.
- Parameters:
inlineContent- The inline content of the agent card definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-