@Stability(value=Experimental) public static final class ServerDeploymentConfigProps.Builder extends Object
ServerDeploymentConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentConfigProps |
build()
Builds the configured instance.
|
ServerDeploymentConfigProps.Builder |
withDeploymentConfigName(String value)
Sets the value of DeploymentConfigName
|
ServerDeploymentConfigProps.Builder |
withMinimumHealthyHosts(MinimumHealthyHosts value)
Sets the value of MinimumHealthyHosts
|
@Stability(value=Experimental) public ServerDeploymentConfigProps.Builder withMinimumHealthyHosts(MinimumHealthyHosts value)
value - Minimum number of healthy hosts.this@Stability(value=Experimental) public ServerDeploymentConfigProps.Builder withDeploymentConfigName(@Nullable String value)
value - The physical, human-readable name of the Deployment Configuration.this@Stability(value=Experimental) public ServerDeploymentConfigProps build()
ServerDeploymentConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.