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