Class CfnHarnessPropsMixin.HarnessSkillProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnHarnessPropsMixin.HarnessSkillProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHarnessPropsMixin.HarnessSkillProperty>
- Enclosing interface:
CfnHarnessPropsMixin.HarnessSkillProperty
@Stability(Stable)
public static final class CfnHarnessPropsMixin.HarnessSkillProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHarnessPropsMixin.HarnessSkillProperty>
A builder for
CfnHarnessPropsMixin.HarnessSkillProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnHarnessPropsMixin.HarnessSkillProperty.getPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
path
Sets the value ofCfnHarnessPropsMixin.HarnessSkillProperty.getPath()- Parameters:
path- The filesystem path to the skill definition.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHarnessPropsMixin.HarnessSkillProperty>- Returns:
- a new instance of
CfnHarnessPropsMixin.HarnessSkillProperty - Throws:
NullPointerException- if any required attribute was not provided
-