@Stability(value=Experimental) public static final class CfnDeploymentConfigProps.Builder extends Object
CfnDeploymentConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentConfigProps |
build()
Builds the configured instance.
|
CfnDeploymentConfigProps.Builder |
withDeploymentConfigName(String value)
Sets the value of DeploymentConfigName
|
CfnDeploymentConfigProps.Builder |
withMinimumHealthyHosts(CfnDeploymentConfig.MinimumHealthyHostsProperty value)
Sets the value of MinimumHealthyHosts
|
CfnDeploymentConfigProps.Builder |
withMinimumHealthyHosts(software.amazon.awscdk.IResolvable value)
Sets the value of MinimumHealthyHosts
|
@Stability(value=Experimental) public CfnDeploymentConfigProps.Builder withDeploymentConfigName(@Nullable String value)
value - `AWS::CodeDeploy::DeploymentConfig.DeploymentConfigName`.this@Stability(value=Experimental) public CfnDeploymentConfigProps.Builder withMinimumHealthyHosts(@Nullable CfnDeploymentConfig.MinimumHealthyHostsProperty value)
value - `AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts`.this@Stability(value=Experimental) public CfnDeploymentConfigProps.Builder withMinimumHealthyHosts(@Nullable software.amazon.awscdk.IResolvable value)
value - `AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts`.this@Stability(value=Experimental) public CfnDeploymentConfigProps build()
CfnDeploymentConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.