@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(software.constructs.Construct scope,
String id) |
CfnHealthCheck.Builder |
healthCheckConfig(CfnHealthCheck.HealthCheckConfigProperty healthCheckConfig)
`AWS::Route53::HealthCheck.HealthCheckConfig`.
|
CfnHealthCheck.Builder |
healthCheckConfig(IResolvable healthCheckConfig)
`AWS::Route53::HealthCheck.HealthCheckConfig`.
|
CfnHealthCheck.Builder |
healthCheckTags(IResolvable healthCheckTags)
`AWS::Route53::HealthCheck.HealthCheckTags`.
|
CfnHealthCheck.Builder |
healthCheckTags(List<? extends Object> healthCheckTags)
`AWS::Route53::HealthCheck.HealthCheckTags`.
|
@Stability(value=Stable) public static CfnHealthCheck.Builder create(software.constructs.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(CfnHealthCheck.HealthCheckConfigProperty healthCheckConfig)
healthCheckConfig - `AWS::Route53::HealthCheck.HealthCheckConfig`. This parameter is required.this@Stability(value=Stable) public CfnHealthCheck.Builder healthCheckConfig(IResolvable healthCheckConfig)
healthCheckConfig - `AWS::Route53::HealthCheck.HealthCheckConfig`. This parameter is required.this@Stability(value=Stable) public CfnHealthCheck.Builder healthCheckTags(IResolvable healthCheckTags)
healthCheckTags - `AWS::Route53::HealthCheck.HealthCheckTags`. This parameter is required.this@Stability(value=Stable) public CfnHealthCheck.Builder healthCheckTags(List<? extends Object> healthCheckTags)
healthCheckTags - `AWS::Route53::HealthCheck.HealthCheckTags`. This parameter is required.this@Stability(value=Stable) public CfnHealthCheck build()
build in interface software.amazon.jsii.Builder<CfnHealthCheck>Copyright © 2021. All rights reserved.