public static final class ServerDeploymentConfig.Builder
extends java.lang.Object
ServerDeploymentConfig
.Modifier and Type | Method and Description |
---|---|
ServerDeploymentConfig |
build() |
static ServerDeploymentConfig.Builder |
create(software.constructs.Construct scope,
java.lang.String id) |
ServerDeploymentConfig.Builder |
deploymentConfigName(java.lang.String deploymentConfigName)
The physical, human-readable name of the Deployment Configuration.
|
ServerDeploymentConfig.Builder |
minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Minimum number of healthy hosts.
|
public static ServerDeploymentConfig.Builder create(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.ServerDeploymentConfig.Builder
.public ServerDeploymentConfig.Builder minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
minimumHealthyHosts
- Minimum number of healthy hosts. This parameter is required.this
public ServerDeploymentConfig.Builder deploymentConfigName(java.lang.String deploymentConfigName)
Default: a name will be auto-generated
deploymentConfigName
- The physical, human-readable name of the Deployment Configuration. This parameter is required.this
public ServerDeploymentConfig build()