Interface SkillMdDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SkillMdDefinition.Builder,,SkillMdDefinition> SdkBuilder<SkillMdDefinition.Builder,,SkillMdDefinition> SdkPojo
- Enclosing class:
SkillMdDefinition
@Mutable
@NotThreadSafe
public static interface SkillMdDefinition.Builder
extends SdkPojo, CopyableBuilder<SkillMdDefinition.Builder,SkillMdDefinition>
-
Method Summary
Modifier and TypeMethodDescriptioninlineContent(String inlineContent) The markdown content describing the agent's skills in a human-readable format.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
-
inlineContent
The markdown content describing the agent's skills in a human-readable format.
- Parameters:
inlineContent- The markdown content describing the agent's skills in a human-readable format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-