@Stability(value=Stable) public static final class CodeDeployServerDeployAction.Builder extends Object
CodeDeployServerDeployAction.| Modifier and Type | Method and Description |
|---|---|
CodeDeployServerDeployAction.Builder |
actionName(String actionName) |
CodeDeployServerDeployAction |
build() |
static CodeDeployServerDeployAction.Builder |
create() |
CodeDeployServerDeployAction.Builder |
deploymentGroup(IServerDeploymentGroup deploymentGroup) |
CodeDeployServerDeployAction.Builder |
input(Artifact input) |
CodeDeployServerDeployAction.Builder |
role(IRole role) |
CodeDeployServerDeployAction.Builder |
runOrder(Number runOrder) |
@Stability(value=Stable) public static CodeDeployServerDeployAction.Builder create()
CodeDeployServerDeployAction.Builder.@Stability(value=Stable) public CodeDeployServerDeployAction.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 CodeDeployServerDeployAction.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 CodeDeployServerDeployAction.Builder role(IRole role)
role - The Role in which context's this Action will be executing in. The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your IAction.bind method in the ActionBindOptions.role property. This parameter is required.this@Stability(value=Stable) public CodeDeployServerDeployAction.Builder deploymentGroup(IServerDeploymentGroup deploymentGroup)
deploymentGroup - The CodeDeploy server Deployment Group to deploy to. This parameter is required.this@Stability(value=Stable) public CodeDeployServerDeployAction.Builder input(Artifact input)
input - The source to use as input for deployment. This parameter is required.this@Stability(value=Stable) public CodeDeployServerDeployAction build()
Copyright © 2019. All rights reserved.