@Stability(value=Stable) public static final class ServerDeploymentConfig.Builder extends Object
ServerDeploymentConfig.| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentConfig |
build() |
static ServerDeploymentConfig.Builder |
create(Construct scope,
String id) |
ServerDeploymentConfig.Builder |
deploymentConfigName(String deploymentConfigName) |
ServerDeploymentConfig.Builder |
minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts) |
@Stability(value=Stable) public static ServerDeploymentConfig.Builder create(Construct scope, String id)
scope - This parameter is required.id - This parameter is required.ServerDeploymentConfig.Builder.@Stability(value=Stable) public ServerDeploymentConfig.Builder minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
minimumHealthyHosts - Minimum number of healthy hosts. This parameter is required.this@Stability(value=Stable) public ServerDeploymentConfig.Builder deploymentConfigName(String deploymentConfigName)
deploymentConfigName - The physical, human-readable name of the Deployment Configuration. This parameter is required.this@Stability(value=Stable) public ServerDeploymentConfig build()
Copyright © 2019. All rights reserved.