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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFunction.AlexaSkillEventProperty.getVariables()variables(IResolvable variables) Sets the value ofCfnFunction.AlexaSkillEventProperty.getVariables()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
variables
@Stability(Stable) public CfnFunction.AlexaSkillEventProperty.Builder variables(IResolvable variables) Sets the value ofCfnFunction.AlexaSkillEventProperty.getVariables()- Parameters:
variables-CfnFunction.AlexaSkillEventProperty.Variables.- Returns:
this
-
variables
@Stability(Stable) public CfnFunction.AlexaSkillEventProperty.Builder variables(Map<String, String> variables) Sets the value ofCfnFunction.AlexaSkillEventProperty.getVariables()- Parameters:
variables-CfnFunction.AlexaSkillEventProperty.Variables.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunction.AlexaSkillEventProperty>- Returns:
- a new instance of
CfnFunction.AlexaSkillEventProperty - Throws:
NullPointerException- if any required attribute was not provided
-