@Stability(value=Experimental) public static final class ServerDeploymentGroupAttributes.Builder extends Object implements software.amazon.jsii.Builder<ServerDeploymentGroupAttributes>
ServerDeploymentGroupAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroupAttributes.Builder |
application(IServerApplication application)
Sets the value of
ServerDeploymentGroupAttributes.getApplication() |
ServerDeploymentGroupAttributes |
build()
Builds the configured instance.
|
ServerDeploymentGroupAttributes.Builder |
deploymentConfig(IServerDeploymentConfig deploymentConfig)
Sets the value of
ServerDeploymentGroupAttributes.getDeploymentConfig() |
ServerDeploymentGroupAttributes.Builder |
deploymentGroupName(String deploymentGroupName)
Sets the value of
ServerDeploymentGroupAttributes.getDeploymentGroupName() |
@Stability(value=Experimental) public ServerDeploymentGroupAttributes.Builder application(IServerApplication application)
ServerDeploymentGroupAttributes.getApplication()application - The reference to the CodeDeploy EC2/on-premise Application that this Deployment Group belongs to. This parameter is required.this@Stability(value=Experimental) public ServerDeploymentGroupAttributes.Builder deploymentGroupName(String deploymentGroupName)
ServerDeploymentGroupAttributes.getDeploymentGroupName()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=Experimental) public ServerDeploymentGroupAttributes.Builder deploymentConfig(IServerDeploymentConfig deploymentConfig)
ServerDeploymentGroupAttributes.getDeploymentConfig()deploymentConfig - The Deployment Configuration this Deployment Group uses.this@Stability(value=Experimental) public ServerDeploymentGroupAttributes build()
build in interface software.amazon.jsii.Builder<ServerDeploymentGroupAttributes>ServerDeploymentGroupAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.