Uses of Class
software.amazon.awscdk.services.codepipeline.actions.AlexaSkillDeployActionProps.Builder
-
Uses of AlexaSkillDeployActionProps.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionAlexaSkillDeployActionProps.Builder.actionName
(String actionName) Sets the value ofCommonActionProps.getActionName()
AlexaSkillDeployActionProps.builder()
Sets the value ofAlexaSkillDeployActionProps.getClientId()
AlexaSkillDeployActionProps.Builder.clientSecret
(SecretValue clientSecret) Sets the value ofAlexaSkillDeployActionProps.getClientSecret()
Sets the value ofAlexaSkillDeployActionProps.getInput()
AlexaSkillDeployActionProps.Builder.parameterOverridesArtifact
(Artifact parameterOverridesArtifact) Sets the value ofAlexaSkillDeployActionProps.getParameterOverridesArtifact()
AlexaSkillDeployActionProps.Builder.refreshToken
(SecretValue refreshToken) Sets the value ofAlexaSkillDeployActionProps.getRefreshToken()
Sets the value ofCommonActionProps.getRunOrder()
Sets the value ofAlexaSkillDeployActionProps.getSkillId()
AlexaSkillDeployActionProps.Builder.variablesNamespace
(String variablesNamespace) Sets the value ofCommonActionProps.getVariablesNamespace()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAlexaSkillDeployActionProps.Builder
.