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.Token value)
Sets the value of MinimumHealthyHosts
|
public CfnDeploymentConfigProps.Builder withDeploymentConfigName(@Nullable String value)
value - ``AWS::CodeDeploy::DeploymentConfig.DeploymentConfigName``thispublic CfnDeploymentConfigProps.Builder withMinimumHealthyHosts(@Nullable CfnDeploymentConfig.MinimumHealthyHostsProperty value)
value - ``AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts``thispublic CfnDeploymentConfigProps.Builder withMinimumHealthyHosts(@Nullable software.amazon.awscdk.Token value)
value - ``AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts``thispublic CfnDeploymentConfigProps build()
CfnDeploymentConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.