@Stability(value=Stable) public static final class CfnCodeDeployLambdaAliasUpdate.Builder extends Object
CfnCodeDeployLambdaAliasUpdate| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCodeDeployLambdaAliasUpdate |
build()
Builds the configured instance.
|
CfnCodeDeployLambdaAliasUpdate.Builder |
withAfterAllowTrafficHook(String value)
Sets the value of AfterAllowTrafficHook
|
CfnCodeDeployLambdaAliasUpdate.Builder |
withApplicationName(String value)
Sets the value of ApplicationName
|
CfnCodeDeployLambdaAliasUpdate.Builder |
withBeforeAllowTrafficHook(String value)
Sets the value of BeforeAllowTrafficHook
|
CfnCodeDeployLambdaAliasUpdate.Builder |
withDeploymentGroupName(String value)
Sets the value of DeploymentGroupName
|
@Stability(value=Stable) public CfnCodeDeployLambdaAliasUpdate.Builder withApplicationName(String value)
value - The name of the AWS CodeDeploy application.this@Stability(value=Stable) public CfnCodeDeployLambdaAliasUpdate.Builder withDeploymentGroupName(String value)
value - The name of the AWS CodeDeploy deployment group.this@Stability(value=Stable) public CfnCodeDeployLambdaAliasUpdate.Builder withAfterAllowTrafficHook(@Nullable String value)
value - The name of the Lambda function to run after traffic routing completes.this@Stability(value=Stable) public CfnCodeDeployLambdaAliasUpdate.Builder withBeforeAllowTrafficHook(@Nullable String value)
value - 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.