Class CfnFunction.AlexaSkillEventProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sam.CfnFunction.AlexaSkillEventProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunction.AlexaSkillEventProperty>
- Enclosing interface:
CfnFunction.AlexaSkillEventProperty
@Stability(Stable)
public static final class CfnFunction.AlexaSkillEventProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunction.AlexaSkillEventProperty>
A builder for
CfnFunction.AlexaSkillEventProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnFunction.AlexaSkillEventProperty.getSkillId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
skillId
Sets the value ofCfnFunction.AlexaSkillEventProperty.getSkillId()
- Parameters:
skillId
- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFunction.AlexaSkillEventProperty>
- Returns:
- a new instance of
CfnFunction.AlexaSkillEventProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-