@Stability(value=Experimental) public static final class ServerDeploymentConfigProps.Builder extends Object implements software.amazon.jsii.Builder<ServerDeploymentConfigProps>
ServerDeploymentConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentConfigProps |
build()
Builds the configured instance.
|
ServerDeploymentConfigProps.Builder |
deploymentConfigName(String deploymentConfigName)
Sets the value of
ServerDeploymentConfigProps.getDeploymentConfigName() |
ServerDeploymentConfigProps.Builder |
minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Sets the value of
ServerDeploymentConfigProps.getMinimumHealthyHosts() |
@Stability(value=Experimental) public ServerDeploymentConfigProps.Builder minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
ServerDeploymentConfigProps.getMinimumHealthyHosts()minimumHealthyHosts - Minimum number of healthy hosts. This parameter is required.this@Stability(value=Experimental) public ServerDeploymentConfigProps.Builder deploymentConfigName(String deploymentConfigName)
ServerDeploymentConfigProps.getDeploymentConfigName()deploymentConfigName - The physical, human-readable name of the Deployment Configuration.this@Stability(value=Experimental) public ServerDeploymentConfigProps build()
build in interface software.amazon.jsii.Builder<ServerDeploymentConfigProps>ServerDeploymentConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.