@Stability(value=Experimental) public static final class CodeDeployServerDeployActionProps.Builder extends Object implements software.amazon.jsii.Builder<CodeDeployServerDeployActionProps>
CodeDeployServerDeployActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CodeDeployServerDeployActionProps.Builder |
actionName(String actionName)
Sets the value of
CommonActionProps.getActionName() |
CodeDeployServerDeployActionProps |
build()
Builds the configured instance.
|
CodeDeployServerDeployActionProps.Builder |
deploymentGroup(IServerDeploymentGroup deploymentGroup)
Sets the value of
CodeDeployServerDeployActionProps.getDeploymentGroup() |
CodeDeployServerDeployActionProps.Builder |
input(Artifact input)
Sets the value of
CodeDeployServerDeployActionProps.getInput() |
CodeDeployServerDeployActionProps.Builder |
role(IRole role)
Sets the value of
CommonAwsActionProps.getRole() |
CodeDeployServerDeployActionProps.Builder |
runOrder(Number runOrder)
Sets the value of
CommonActionProps.getRunOrder() |
CodeDeployServerDeployActionProps.Builder |
variablesNamespace(String variablesNamespace)
Sets the value of
CommonActionProps.getVariablesNamespace() |
@Stability(value=Experimental) public CodeDeployServerDeployActionProps.Builder deploymentGroup(IServerDeploymentGroup deploymentGroup)
CodeDeployServerDeployActionProps.getDeploymentGroup()deploymentGroup - The CodeDeploy server Deployment Group to deploy to. This parameter is required.this@Stability(value=Experimental) public CodeDeployServerDeployActionProps.Builder input(Artifact input)
CodeDeployServerDeployActionProps.getInput()input - The source to use as input for deployment. This parameter is required.this@Stability(value=Experimental) public CodeDeployServerDeployActionProps.Builder role(IRole role)
CommonAwsActionProps.getRole()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 {@link IAction.bind}
method in the {@link ActionBindOptions.role} property.this@Stability(value=Experimental) public CodeDeployServerDeployActionProps.Builder actionName(String actionName)
CommonActionProps.getActionName()actionName - The physical, human-readable name of the Action. This parameter is required.
Note that Action names must be unique within a single Stage.this@Stability(value=Experimental) public CodeDeployServerDeployActionProps.Builder runOrder(Number runOrder)
CommonActionProps.getRunOrder()runOrder - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Experimental) public CodeDeployServerDeployActionProps.Builder variablesNamespace(String variablesNamespace)
CommonActionProps.getVariablesNamespace()variablesNamespace - The name of the namespace to use for variables emitted by this action.this@Stability(value=Experimental) public CodeDeployServerDeployActionProps build()
build in interface software.amazon.jsii.Builder<CodeDeployServerDeployActionProps>CodeDeployServerDeployActionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.