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