Package software.amazon.awscdk.alexa.ask
Class CfnSkill.OverridesProperty.Builder
java.lang.Object
software.amazon.awscdk.alexa.ask.CfnSkill.OverridesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSkill.OverridesProperty>
- Enclosing interface:
CfnSkill.OverridesProperty
@Stability(Stable)
public static final class CfnSkill.OverridesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSkill.OverridesProperty>
A builder for
CfnSkill.OverridesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnSkill.OverridesProperty.getManifest()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
manifest
Sets the value ofCfnSkill.OverridesProperty.getManifest()
- Parameters:
manifest
- Overrides to apply to the skill manifest inside of the skill package. The skill manifest contains metadata about the skill. For more information, see .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSkill.OverridesProperty>
- Returns:
- a new instance of
CfnSkill.OverridesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-