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