Class SkillReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ask.SkillReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SkillReference>
- Enclosing interface:
SkillReference
@Stability(Stable)
public static final class SkillReference.Builder
extends Object
implements software.amazon.jsii.Builder<SkillReference>
A builder for
SkillReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofSkillReference.getSkillId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
skillId
Sets the value ofSkillReference.getSkillId()- Parameters:
skillId- The Id of the Skill resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SkillReference>- Returns:
- a new instance of
SkillReference - Throws:
NullPointerException- if any required attribute was not provided
-