@Stability(value=Stable) public static final class CfnCodeDeployLambdaAliasUpdate.Builder extends Object
CfnCodeDeployLambdaAliasUpdate| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCodeDeployLambdaAliasUpdate.Builder |
afterAllowTrafficHook(String afterAllowTrafficHook)
Sets the value of AfterAllowTrafficHook
|
CfnCodeDeployLambdaAliasUpdate.Builder |
applicationName(String applicationName)
Sets the value of ApplicationName
|
CfnCodeDeployLambdaAliasUpdate.Builder |
beforeAllowTrafficHook(String beforeAllowTrafficHook)
Sets the value of BeforeAllowTrafficHook
|
CfnCodeDeployLambdaAliasUpdate |
build()
Builds the configured instance.
|
CfnCodeDeployLambdaAliasUpdate.Builder |
deploymentGroupName(String deploymentGroupName)
Sets the value of DeploymentGroupName
|
@Stability(value=Stable) public CfnCodeDeployLambdaAliasUpdate.Builder applicationName(String applicationName)
applicationName - The name of the AWS CodeDeploy application. This parameter is required.this@Stability(value=Stable) public CfnCodeDeployLambdaAliasUpdate.Builder deploymentGroupName(String deploymentGroupName)
deploymentGroupName - The name of the AWS CodeDeploy deployment group. This parameter is required.this@Stability(value=Stable) public CfnCodeDeployLambdaAliasUpdate.Builder afterAllowTrafficHook(String afterAllowTrafficHook)
afterAllowTrafficHook - The name of the Lambda function to run after traffic routing completes.this@Stability(value=Stable) public CfnCodeDeployLambdaAliasUpdate.Builder beforeAllowTrafficHook(String beforeAllowTrafficHook)
beforeAllowTrafficHook - The name of the Lambda function to run before traffic routing starts.this@Stability(value=Stable) public CfnCodeDeployLambdaAliasUpdate build()
CfnCodeDeployLambdaAliasUpdateNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.