@Stability(value=Experimental) public static final class CfnCodeDeployLambdaAliasUpdate.Builder extends Object implements software.amazon.jsii.Builder<CfnCodeDeployLambdaAliasUpdate>
CfnCodeDeployLambdaAliasUpdate| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCodeDeployLambdaAliasUpdate.Builder |
afterAllowTrafficHook(String afterAllowTrafficHook)
Sets the value of
CfnCodeDeployLambdaAliasUpdate.getAfterAllowTrafficHook() |
CfnCodeDeployLambdaAliasUpdate.Builder |
applicationName(String applicationName)
Sets the value of
CfnCodeDeployLambdaAliasUpdate.getApplicationName() |
CfnCodeDeployLambdaAliasUpdate.Builder |
beforeAllowTrafficHook(String beforeAllowTrafficHook)
Sets the value of
CfnCodeDeployLambdaAliasUpdate.getBeforeAllowTrafficHook() |
CfnCodeDeployLambdaAliasUpdate |
build()
Builds the configured instance.
|
CfnCodeDeployLambdaAliasUpdate.Builder |
deploymentGroupName(String deploymentGroupName)
Sets the value of
CfnCodeDeployLambdaAliasUpdate.getDeploymentGroupName() |
@Stability(value=Experimental) public CfnCodeDeployLambdaAliasUpdate.Builder applicationName(String applicationName)
CfnCodeDeployLambdaAliasUpdate.getApplicationName()applicationName - The name of the AWS CodeDeploy application. This parameter is required.this@Stability(value=Experimental) public CfnCodeDeployLambdaAliasUpdate.Builder deploymentGroupName(String deploymentGroupName)
CfnCodeDeployLambdaAliasUpdate.getDeploymentGroupName()deploymentGroupName - The name of the AWS CodeDeploy deployment group. This parameter is required.
This is where the traffic-shifting policy is set.this@Stability(value=Experimental) public CfnCodeDeployLambdaAliasUpdate.Builder afterAllowTrafficHook(String afterAllowTrafficHook)
CfnCodeDeployLambdaAliasUpdate.getAfterAllowTrafficHook()afterAllowTrafficHook - The name of the Lambda function to run after traffic routing completes.this@Stability(value=Experimental) public CfnCodeDeployLambdaAliasUpdate.Builder beforeAllowTrafficHook(String beforeAllowTrafficHook)
CfnCodeDeployLambdaAliasUpdate.getBeforeAllowTrafficHook()beforeAllowTrafficHook - The name of the Lambda function to run before traffic routing starts.this@Stability(value=Experimental) public CfnCodeDeployLambdaAliasUpdate build()
build in interface software.amazon.jsii.Builder<CfnCodeDeployLambdaAliasUpdate>CfnCodeDeployLambdaAliasUpdateNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.