@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
EcsDeploymentGroupAttributes.getApplication() |
EcsDeploymentGroupAttributes |
build()
Builds the configured instance.
|
EcsDeploymentGroupAttributes.Builder |
deploymentConfig(IEcsDeploymentConfig deploymentConfig)
Sets the value of
EcsDeploymentGroupAttributes.getDeploymentConfig() |
EcsDeploymentGroupAttributes.Builder |
deploymentGroupName(String deploymentGroupName)
Sets the value of
EcsDeploymentGroupAttributes.getDeploymentGroupName() |
@Stability(value=Stable) public EcsDeploymentGroupAttributes.Builder application(IEcsApplication application)
EcsDeploymentGroupAttributes.getApplication()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)
EcsDeploymentGroupAttributes.getDeploymentGroupName()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)
EcsDeploymentGroupAttributes.getDeploymentConfig()deploymentConfig - The Deployment Configuration this Deployment Group uses.this@Stability(value=Stable) public EcsDeploymentGroupAttributes build()
EcsDeploymentGroupAttributesNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.