@Stability(value=Stable) public static final class CfnHealthCheckProps.Builder extends Object implements software.amazon.jsii.Builder<CfnHealthCheckProps>
CfnHealthCheckProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnHealthCheckProps |
build()
Builds the configured instance.
|
CfnHealthCheckProps.Builder |
healthCheckConfig(CfnHealthCheck.HealthCheckConfigProperty healthCheckConfig)
Sets the value of
CfnHealthCheckProps.getHealthCheckConfig() |
CfnHealthCheckProps.Builder |
healthCheckConfig(IResolvable healthCheckConfig)
Sets the value of
CfnHealthCheckProps.getHealthCheckConfig() |
CfnHealthCheckProps.Builder |
healthCheckTags(IResolvable healthCheckTags)
Sets the value of
CfnHealthCheckProps.getHealthCheckTags() |
CfnHealthCheckProps.Builder |
healthCheckTags(List<? extends Object> healthCheckTags)
Sets the value of
CfnHealthCheckProps.getHealthCheckTags() |
@Stability(value=Stable) public CfnHealthCheckProps.Builder healthCheckConfig(IResolvable healthCheckConfig)
CfnHealthCheckProps.getHealthCheckConfig()
healthCheckConfig
- A complex type that contains detailed information about one health check. This parameter is required.
For the values to enter for HealthCheckConfig
, see HealthCheckConfigthis
@Stability(value=Stable) public CfnHealthCheckProps.Builder healthCheckConfig(CfnHealthCheck.HealthCheckConfigProperty healthCheckConfig)
CfnHealthCheckProps.getHealthCheckConfig()
healthCheckConfig
- A complex type that contains detailed information about one health check. This parameter is required.
For the values to enter for HealthCheckConfig
, see HealthCheckConfigthis
@Stability(value=Stable) public CfnHealthCheckProps.Builder healthCheckTags(IResolvable healthCheckTags)
CfnHealthCheckProps.getHealthCheckTags()
healthCheckTags
- The `HealthCheckTags` property describes key-value pairs that are associated with an `AWS::Route53::HealthCheck` resource.this
@Stability(value=Stable) public CfnHealthCheckProps.Builder healthCheckTags(List<? extends Object> healthCheckTags)
CfnHealthCheckProps.getHealthCheckTags()
healthCheckTags
- The `HealthCheckTags` property describes key-value pairs that are associated with an `AWS::Route53::HealthCheck` resource.this
@Stability(value=Stable) public CfnHealthCheckProps build()
build
in interface software.amazon.jsii.Builder<CfnHealthCheckProps>
CfnHealthCheckProps
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.