@Stability(value=Stable) public static final class LambdaDeploymentGroupAttributes.Builder extends Object
LambdaDeploymentGroupAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroupAttributes.Builder |
application(ILambdaApplication application)
Sets the value of Application
|
LambdaDeploymentGroupAttributes |
build()
Builds the configured instance.
|
LambdaDeploymentGroupAttributes.Builder |
deploymentConfig(ILambdaDeploymentConfig deploymentConfig)
Sets the value of DeploymentConfig
|
LambdaDeploymentGroupAttributes.Builder |
deploymentGroupName(String deploymentGroupName)
Sets the value of DeploymentGroupName
|
@Stability(value=Stable) public LambdaDeploymentGroupAttributes.Builder application(ILambdaApplication application)
application - The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to. This parameter is required.this@Stability(value=Stable) public LambdaDeploymentGroupAttributes.Builder deploymentGroupName(String deploymentGroupName)
deploymentGroupName - The physical, human-readable name of the CodeDeploy Lambda Deployment Group that we are referencing. This parameter is required.this@Stability(value=Stable) public LambdaDeploymentGroupAttributes.Builder deploymentConfig(ILambdaDeploymentConfig deploymentConfig)
deploymentConfig - The Deployment Configuration this Deployment Group uses.this@Stability(value=Stable) public LambdaDeploymentGroupAttributes build()
LambdaDeploymentGroupAttributesNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.