@Stability(value=Stable) public static final class CfnHealthCheck.Builder extends Object implements software.amazon.jsii.Builder<CfnHealthCheck>
CfnHealthCheck.| Modifier and Type | Method and Description |
|---|---|
CfnHealthCheck |
build() |
static CfnHealthCheck.Builder |
create(Construct scope,
String id) |
CfnHealthCheck.Builder |
healthCheckConfig(CfnHealthCheck.HealthCheckConfigProperty healthCheckConfig)
A complex type that contains detailed information about one health check.
|
CfnHealthCheck.Builder |
healthCheckConfig(IResolvable healthCheckConfig)
A complex type that contains detailed information about one health check.
|
CfnHealthCheck.Builder |
healthCheckTags(IResolvable healthCheckTags)
The `HealthCheckTags` property describes key-value pairs that are associated with an `AWS::Route53::HealthCheck` resource.
|
CfnHealthCheck.Builder |
healthCheckTags(List<? extends Object> healthCheckTags)
The `HealthCheckTags` property describes key-value pairs that are associated with an `AWS::Route53::HealthCheck` resource.
|
@Stability(value=Stable) public static CfnHealthCheck.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnHealthCheck.AlarmIdentifierProperty.Builder.@Stability(value=Stable) public CfnHealthCheck.Builder healthCheckConfig(IResolvable healthCheckConfig)
For the values to enter for HealthCheckConfig , see HealthCheckConfig
healthCheckConfig - A complex type that contains detailed information about one health check. This parameter is required.this@Stability(value=Stable) public CfnHealthCheck.Builder healthCheckConfig(CfnHealthCheck.HealthCheckConfigProperty healthCheckConfig)
For the values to enter for HealthCheckConfig , see HealthCheckConfig
healthCheckConfig - A complex type that contains detailed information about one health check. This parameter is required.this@Stability(value=Stable) public CfnHealthCheck.Builder healthCheckTags(IResolvable healthCheckTags)
healthCheckTags - The `HealthCheckTags` property describes key-value pairs that are associated with an `AWS::Route53::HealthCheck` resource. This parameter is required.this@Stability(value=Stable) public CfnHealthCheck.Builder healthCheckTags(List<? extends Object> healthCheckTags)
healthCheckTags - The `HealthCheckTags` property describes key-value pairs that are associated with an `AWS::Route53::HealthCheck` resource. This parameter is required.this@Stability(value=Stable) public CfnHealthCheck build()
build in interface software.amazon.jsii.Builder<CfnHealthCheck>Copyright © 2022. All rights reserved.