public static final class ServerDeploymentConfigProps.Builder
extends java.lang.Object
ServerDeploymentConfigProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServerDeploymentConfigProps |
build()
Builds the configured instance.
|
ServerDeploymentConfigProps.Builder |
deploymentConfigName(java.lang.String deploymentConfigName)
Sets the value of
ServerDeploymentConfigProps.getDeploymentConfigName() |
ServerDeploymentConfigProps.Builder |
minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Sets the value of
ServerDeploymentConfigProps.getMinimumHealthyHosts() |
public ServerDeploymentConfigProps.Builder minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
ServerDeploymentConfigProps.getMinimumHealthyHosts()
minimumHealthyHosts
- Minimum number of healthy hosts. This parameter is required.this
public ServerDeploymentConfigProps.Builder deploymentConfigName(java.lang.String deploymentConfigName)
ServerDeploymentConfigProps.getDeploymentConfigName()
deploymentConfigName
- The physical, human-readable name of the Deployment Configuration.this
public ServerDeploymentConfigProps build()
ServerDeploymentConfigProps
java.lang.NullPointerException
- if any required attribute was not provided