@Stability(value=Stable) public static final class CfnService.HealthCheckConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.HealthCheckConfigProperty>
CfnService.HealthCheckConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.HealthCheckConfigProperty |
build()
Builds the configured instance.
|
CfnService.HealthCheckConfigProperty.Builder |
failureThreshold(Number failureThreshold)
Sets the value of
CfnService.HealthCheckConfigProperty.getFailureThreshold() |
CfnService.HealthCheckConfigProperty.Builder |
resourcePath(String resourcePath)
Sets the value of
CfnService.HealthCheckConfigProperty.getResourcePath() |
CfnService.HealthCheckConfigProperty.Builder |
type(String type)
Sets the value of
CfnService.HealthCheckConfigProperty.getType() |
@Stability(value=Stable) public CfnService.HealthCheckConfigProperty.Builder type(String type)
CfnService.HealthCheckConfigProperty.getType()type - `CfnService.HealthCheckConfigProperty.Type`. This parameter is required.this@Stability(value=Stable) public CfnService.HealthCheckConfigProperty.Builder failureThreshold(Number failureThreshold)
CfnService.HealthCheckConfigProperty.getFailureThreshold()failureThreshold - `CfnService.HealthCheckConfigProperty.FailureThreshold`.this@Stability(value=Stable) public CfnService.HealthCheckConfigProperty.Builder resourcePath(String resourcePath)
CfnService.HealthCheckConfigProperty.getResourcePath()resourcePath - `CfnService.HealthCheckConfigProperty.ResourcePath`.this@Stability(value=Stable) public CfnService.HealthCheckConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnService.HealthCheckConfigProperty>CfnService.HealthCheckConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.