@Stability(value=Stable) public static final class CodeDeployServerDeployActionProps.Builder extends Object
CodeDeployServerDeployActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CodeDeployServerDeployActionProps.Builder |
actionName(String actionName)
Sets the value of ActionName
|
CodeDeployServerDeployActionProps |
build()
Builds the configured instance.
|
CodeDeployServerDeployActionProps.Builder |
deploymentGroup(IServerDeploymentGroup deploymentGroup)
Sets the value of DeploymentGroup
|
CodeDeployServerDeployActionProps.Builder |
input(Artifact input)
Sets the value of Input
|
CodeDeployServerDeployActionProps.Builder |
role(IRole role)
Sets the value of Role
|
CodeDeployServerDeployActionProps.Builder |
runOrder(Number runOrder)
Sets the value of RunOrder
|
@Stability(value=Stable) public CodeDeployServerDeployActionProps.Builder deploymentGroup(IServerDeploymentGroup deploymentGroup)
deploymentGroup - The CodeDeploy server Deployment Group to deploy to. This parameter is required.this@Stability(value=Stable) public CodeDeployServerDeployActionProps.Builder input(Artifact input)
input - The source to use as input for deployment. This parameter is required.this@Stability(value=Stable) public CodeDeployServerDeployActionProps.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@Stability(value=Stable) public CodeDeployServerDeployActionProps.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 CodeDeployServerDeployActionProps.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@Stability(value=Stable) public CodeDeployServerDeployActionProps build()
CodeDeployServerDeployActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.