@Stability(value=Stable) public static final class LambdaDeploymentGroupAttributes.Builder extends Object implements software.amazon.jsii.Builder<LambdaDeploymentGroupAttributes>
LambdaDeploymentGroupAttributes
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LambdaDeploymentGroupAttributes.Builder |
application(ILambdaApplication application)
Sets the value of
LambdaDeploymentGroupAttributes.getApplication() |
LambdaDeploymentGroupAttributes |
build()
Builds the configured instance.
|
LambdaDeploymentGroupAttributes.Builder |
deploymentConfig(ILambdaDeploymentConfig deploymentConfig)
Sets the value of
LambdaDeploymentGroupAttributes.getDeploymentConfig() |
LambdaDeploymentGroupAttributes.Builder |
deploymentGroupName(String deploymentGroupName)
Sets the value of
LambdaDeploymentGroupAttributes.getDeploymentGroupName() |
@Stability(value=Stable) public LambdaDeploymentGroupAttributes.Builder application(ILambdaApplication application)
LambdaDeploymentGroupAttributes.getApplication()
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)
LambdaDeploymentGroupAttributes.getDeploymentGroupName()
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)
LambdaDeploymentGroupAttributes.getDeploymentConfig()
deploymentConfig
- The Deployment Configuration this Deployment Group uses.this
@Stability(value=Stable) public LambdaDeploymentGroupAttributes build()
build
in interface software.amazon.jsii.Builder<LambdaDeploymentGroupAttributes>
LambdaDeploymentGroupAttributes
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.