Interface HarnessSkill.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessSkill.Builder,,HarnessSkill> SdkBuilder<HarnessSkill.Builder,,HarnessSkill> SdkPojo
- Enclosing class:
HarnessSkill
@Mutable
@NotThreadSafe
public static interface HarnessSkill.Builder
extends SdkPojo, CopyableBuilder<HarnessSkill.Builder,HarnessSkill>
-
Method Summary
Modifier and TypeMethodDescriptionThe filesystem path to 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
-
path
The filesystem path to the skill definition.
- Parameters:
path- The filesystem path to the skill definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-