Class CfnHarness.HarnessSkillS3SourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnHarness.HarnessSkillS3SourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHarness.HarnessSkillS3SourceProperty>
- Enclosing interface:
CfnHarness.HarnessSkillS3SourceProperty
@Stability(Stable)
public static final class CfnHarness.HarnessSkillS3SourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHarness.HarnessSkillS3SourceProperty>
A builder for
CfnHarness.HarnessSkillS3SourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnHarness.HarnessSkillS3SourceProperty.getUri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
uri
Sets the value ofCfnHarness.HarnessSkillS3SourceProperty.getUri()- Parameters:
uri- The S3 URI pointing to the skill directory (e.g., s3://bucket/skills/my-skill/). This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHarness.HarnessSkillS3SourceProperty>- Returns:
- a new instance of
CfnHarness.HarnessSkillS3SourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-