@Stability(value=Stable) public static final class CfnSkillProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSkillProps>
CfnSkillProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSkillProps.Builder |
authenticationConfiguration(CfnSkill.AuthenticationConfigurationProperty authenticationConfiguration)
Sets the value of
CfnSkillProps.getAuthenticationConfiguration() |
CfnSkillProps.Builder |
authenticationConfiguration(IResolvable authenticationConfiguration)
Sets the value of
CfnSkillProps.getAuthenticationConfiguration() |
CfnSkillProps |
build()
Builds the configured instance.
|
CfnSkillProps.Builder |
skillPackage(CfnSkill.SkillPackageProperty skillPackage)
Sets the value of
CfnSkillProps.getSkillPackage() |
CfnSkillProps.Builder |
skillPackage(IResolvable skillPackage)
Sets the value of
CfnSkillProps.getSkillPackage() |
CfnSkillProps.Builder |
vendorId(String vendorId)
Sets the value of
CfnSkillProps.getVendorId() |
@Stability(value=Stable) public CfnSkillProps.Builder authenticationConfiguration(CfnSkill.AuthenticationConfigurationProperty authenticationConfiguration)
CfnSkillProps.getAuthenticationConfiguration()authenticationConfiguration - Login with Amazon (LWA) configuration used to authenticate with the Alexa service. This parameter is required.
Only Login with Amazon clients created through the are supported. The client ID, client secret, and refresh token are required.this@Stability(value=Stable) public CfnSkillProps.Builder authenticationConfiguration(IResolvable authenticationConfiguration)
CfnSkillProps.getAuthenticationConfiguration()authenticationConfiguration - Login with Amazon (LWA) configuration used to authenticate with the Alexa service. This parameter is required.
Only Login with Amazon clients created through the are supported. The client ID, client secret, and refresh token are required.this@Stability(value=Stable) public CfnSkillProps.Builder skillPackage(CfnSkill.SkillPackageProperty skillPackage)
CfnSkillProps.getSkillPackage()skillPackage - Configuration for the skill package that contains the components of the Alexa skill. This parameter is required.
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 .this@Stability(value=Stable) public CfnSkillProps.Builder skillPackage(IResolvable skillPackage)
CfnSkillProps.getSkillPackage()skillPackage - Configuration for the skill package that contains the components of the Alexa skill. This parameter is required.
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 .this@Stability(value=Stable) public CfnSkillProps.Builder vendorId(String vendorId)
CfnSkillProps.getVendorId()vendorId - The vendor ID associated with the Amazon developer account that will host the skill. This parameter is required.
Details for retrieving the vendor ID are in . The provided LWA credentials must be linked to the developer account associated with this vendor ID.this@Stability(value=Stable) public CfnSkillProps build()
build in interface software.amazon.jsii.Builder<CfnSkillProps>CfnSkillPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.