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