Interface SkillDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SkillDefinition.Builder,,SkillDefinition> SdkBuilder<SkillDefinition.Builder,,SkillDefinition> SdkPojo
- Enclosing class:
SkillDefinition
@Mutable
@NotThreadSafe
public static interface SkillDefinition.Builder
extends SdkPojo, CopyableBuilder<SkillDefinition.Builder,SkillDefinition>
-
Method Summary
Modifier and TypeMethodDescriptioninlineContent(String inlineContent) The inline content of the skill definition.schemaVersion(String schemaVersion) The schema version of the skill 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 skill definition. If you don't specify a version, the service detects it automatically.
- Parameters:
schemaVersion- The schema version of the skill definition. If you don't specify a version, the service detects it automatically.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inlineContent
The inline content of the skill definition.
- Parameters:
inlineContent- The inline content of the skill definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-