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