Class CfnHealthCheckMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53.CfnHealthCheckMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHealthCheckMixinProps>
- Enclosing interface:
CfnHealthCheckMixinProps
@Stability(Stable)
public static final class CfnHealthCheckMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHealthCheckMixinProps>
A builder for
CfnHealthCheckMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.healthCheckConfig(CfnHealthCheckPropsMixin.HealthCheckConfigProperty healthCheckConfig) Sets the value ofCfnHealthCheckMixinProps.getHealthCheckConfig()healthCheckConfig(IResolvable healthCheckConfig) Sets the value ofCfnHealthCheckMixinProps.getHealthCheckConfig()healthCheckTags(List<? extends CfnHealthCheckPropsMixin.HealthCheckTagProperty> healthCheckTags) Sets the value ofCfnHealthCheckMixinProps.getHealthCheckTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
healthCheckConfig
@Stability(Stable) public CfnHealthCheckMixinProps.Builder healthCheckConfig(IResolvable healthCheckConfig) Sets the value ofCfnHealthCheckMixinProps.getHealthCheckConfig()- Parameters:
healthCheckConfig- A complex type that contains detailed information about one health check. For the values to enter forHealthCheckConfig, see HealthCheckConfig- Returns:
this
-
healthCheckConfig
@Stability(Stable) public CfnHealthCheckMixinProps.Builder healthCheckConfig(CfnHealthCheckPropsMixin.HealthCheckConfigProperty healthCheckConfig) Sets the value ofCfnHealthCheckMixinProps.getHealthCheckConfig()- Parameters:
healthCheckConfig- A complex type that contains detailed information about one health check. For the values to enter forHealthCheckConfig, see HealthCheckConfig- Returns:
this
-
healthCheckTags
@Stability(Stable) public CfnHealthCheckMixinProps.Builder healthCheckTags(List<? extends CfnHealthCheckPropsMixin.HealthCheckTagProperty> healthCheckTags) Sets the value ofCfnHealthCheckMixinProps.getHealthCheckTags()- Parameters:
healthCheckTags- TheHealthCheckTagsproperty describes key-value pairs that are associated with anAWS::Route53::HealthCheckresource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHealthCheckMixinProps>- Returns:
- a new instance of
CfnHealthCheckMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-