Class CfnSkillPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSkillPropsMixin>
- Enclosing class:
CfnSkillPropsMixin
CfnSkillPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionauthenticationConfiguration(CfnSkillPropsMixin.AuthenticationConfigurationProperty authenticationConfiguration) Login with Amazon (LWA) configuration used to authenticate with the Alexa service.authenticationConfiguration(IResolvable authenticationConfiguration) Login with Amazon (LWA) configuration used to authenticate with the Alexa service.build()static CfnSkillPropsMixin.Buildercreate()static CfnSkillPropsMixin.Buildercreate(CfnPropertyMixinOptions options) skillPackage(CfnSkillPropsMixin.SkillPackageProperty skillPackage) Configuration for the skill package that contains the components of the Alexa skill.skillPackage(IResolvable skillPackage) Configuration for the skill package that contains the components of the Alexa skill.The vendor ID associated with the Amazon developer account that will host the skill.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSkillPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSkillPropsMixin.Builder.
-
authenticationConfiguration
@Stability(Stable) public CfnSkillPropsMixin.Builder authenticationConfiguration(IResolvable authenticationConfiguration) Login with Amazon (LWA) configuration used to authenticate with the Alexa service.Only Login with Amazon clients created through the are supported. The client ID, client secret, and refresh token are required.
- Parameters:
authenticationConfiguration- Login with Amazon (LWA) configuration used to authenticate with the Alexa service. This parameter is required.- Returns:
this- See Also:
-
authenticationConfiguration
@Stability(Stable) public CfnSkillPropsMixin.Builder authenticationConfiguration(CfnSkillPropsMixin.AuthenticationConfigurationProperty authenticationConfiguration) Login with Amazon (LWA) configuration used to authenticate with the Alexa service.Only Login with Amazon clients created through the are supported. The client ID, client secret, and refresh token are required.
- Parameters:
authenticationConfiguration- Login with Amazon (LWA) configuration used to authenticate with the Alexa service. This parameter is required.- Returns:
this- See Also:
-
skillPackage
Configuration for the skill package that contains the components of the Alexa skill.Skill packages are retrieved from an Amazon S3 bucket and key and used to create and update the skill. For more information about the skill package format, see the .
- Parameters:
skillPackage- Configuration for the skill package that contains the components of the Alexa skill. This parameter is required.- Returns:
this- See Also:
-
skillPackage
@Stability(Stable) public CfnSkillPropsMixin.Builder skillPackage(CfnSkillPropsMixin.SkillPackageProperty skillPackage) Configuration for the skill package that contains the components of the Alexa skill.Skill packages are retrieved from an Amazon S3 bucket and key and used to create and update the skill. For more information about the skill package format, see the .
- Parameters:
skillPackage- Configuration for the skill package that contains the components of the Alexa skill. This parameter is required.- Returns:
this- See Also:
-
vendorId
The vendor ID associated with the Amazon developer account that will host the skill.Details for retrieving the vendor ID are in . The provided LWA credentials must be linked to the developer account associated with this vendor ID.
- Parameters:
vendorId- The vendor ID associated with the Amazon developer account that will host the skill. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSkillPropsMixin>- Returns:
- a newly built instance of
CfnSkillPropsMixin.
-