Interface HarnessSkillS3Source.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessSkillS3Source.Builder,,HarnessSkillS3Source> SdkBuilder<HarnessSkillS3Source.Builder,,HarnessSkillS3Source> SdkPojo
- Enclosing class:
HarnessSkillS3Source
@Mutable
@NotThreadSafe
public static interface HarnessSkillS3Source.Builder
extends SdkPojo, CopyableBuilder<HarnessSkillS3Source.Builder,HarnessSkillS3Source>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 URI pointing to the skill directory (e.g., s3://bucket/skills/my-skill/).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
-
uri
The S3 URI pointing to the skill directory (e.g., s3://bucket/skills/my-skill/).
- Parameters:
uri- The S3 URI pointing to the skill directory (e.g., s3://bucket/skills/my-skill/).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-