@Stability(value=Stable) public static final class AlexaSkillDeployAction.Builder extends Object
AlexaSkillDeployAction.| Modifier and Type | Method and Description |
|---|---|
AlexaSkillDeployAction.Builder |
actionName(String actionName) |
AlexaSkillDeployAction |
build() |
AlexaSkillDeployAction.Builder |
clientId(String clientId) |
AlexaSkillDeployAction.Builder |
clientSecret(SecretValue clientSecret) |
static AlexaSkillDeployAction.Builder |
create() |
AlexaSkillDeployAction.Builder |
input(Artifact input) |
AlexaSkillDeployAction.Builder |
parameterOverridesArtifact(Artifact parameterOverridesArtifact) |
AlexaSkillDeployAction.Builder |
refreshToken(SecretValue refreshToken) |
AlexaSkillDeployAction.Builder |
runOrder(Number runOrder) |
AlexaSkillDeployAction.Builder |
skillId(String skillId) |
@Stability(value=Stable) public static AlexaSkillDeployAction.Builder create()
AlexaSkillDeployAction.Builder.@Stability(value=Stable) public AlexaSkillDeployAction.Builder actionName(String actionName)
actionName - The physical, human-readable name of the Action. Not that Action names must be unique within a single Stage. This parameter is required.this@Stability(value=Stable) public AlexaSkillDeployAction.Builder runOrder(Number runOrder)
runOrder - The runOrder property for this Action. RunOrder determines the relative order in which multiple Actions in the same Stage execute. This parameter is required.this@Stability(value=Stable) public AlexaSkillDeployAction.Builder clientId(String clientId)
clientId - The client id of the developer console token. This parameter is required.this@Stability(value=Stable) public AlexaSkillDeployAction.Builder clientSecret(SecretValue clientSecret)
clientSecret - The client secret of the developer console token. This parameter is required.this@Stability(value=Stable) public AlexaSkillDeployAction.Builder input(Artifact input)
input - The source artifact containing the voice model and skill manifest. This parameter is required.this@Stability(value=Stable) public AlexaSkillDeployAction.Builder refreshToken(SecretValue refreshToken)
refreshToken - The refresh token of the developer console token. This parameter is required.this@Stability(value=Stable) public AlexaSkillDeployAction.Builder skillId(String skillId)
skillId - The Alexa skill id. This parameter is required.this@Stability(value=Stable) public AlexaSkillDeployAction.Builder parameterOverridesArtifact(Artifact parameterOverridesArtifact)
parameterOverridesArtifact - An optional artifact containing overrides for the skill manifest. This parameter is required.this@Stability(value=Stable) public AlexaSkillDeployAction build()
Copyright © 2019. All rights reserved.