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