Class CfnHealthCheckPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53.CfnHealthCheckPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHealthCheckPropsMixin>
- Enclosing class:
CfnHealthCheckPropsMixin
@Stability(Stable)
public static final class CfnHealthCheckPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHealthCheckPropsMixin>
A fluent builder for
CfnHealthCheckPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) healthCheckConfig(CfnHealthCheckPropsMixin.HealthCheckConfigProperty healthCheckConfig) A complex type that contains detailed information about one health check.healthCheckConfig(IResolvable healthCheckConfig) A complex type that contains detailed information about one health check.healthCheckTags(List<? extends CfnHealthCheckPropsMixin.HealthCheckTagProperty> healthCheckTags) TheHealthCheckTagsproperty describes key-value pairs that are associated with anAWS::Route53::HealthCheckresource.
-
Method Details
-
create
@Stability(Stable) public static CfnHealthCheckPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnHealthCheckPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnHealthCheckPropsMixin.Builder.
-
healthCheckConfig
@Stability(Stable) public CfnHealthCheckPropsMixin.Builder healthCheckConfig(IResolvable healthCheckConfig) A complex type that contains detailed information about one health check.For the values to enter for
HealthCheckConfig, see HealthCheckConfig- Parameters:
healthCheckConfig- A complex type that contains detailed information about one health check. This parameter is required.- Returns:
this- See Also:
-
healthCheckConfig
@Stability(Stable) public CfnHealthCheckPropsMixin.Builder healthCheckConfig(CfnHealthCheckPropsMixin.HealthCheckConfigProperty healthCheckConfig) A complex type that contains detailed information about one health check.For the values to enter for
HealthCheckConfig, see HealthCheckConfig- Parameters:
healthCheckConfig- A complex type that contains detailed information about one health check. This parameter is required.- Returns:
this- See Also:
-
healthCheckTags
@Stability(Stable) public CfnHealthCheckPropsMixin.Builder healthCheckTags(List<? extends CfnHealthCheckPropsMixin.HealthCheckTagProperty> healthCheckTags) TheHealthCheckTagsproperty describes key-value pairs that are associated with anAWS::Route53::HealthCheckresource.- Parameters:
healthCheckTags- TheHealthCheckTagsproperty describes key-value pairs that are associated with anAWS::Route53::HealthCheckresource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHealthCheckPropsMixin>- Returns:
- a newly built instance of
CfnHealthCheckPropsMixin.
-