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