Class HealthCheckReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.route53.HealthCheckReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<HealthCheckReference>
- Enclosing interface:
HealthCheckReference
@Stability(Stable)
public static final class HealthCheckReference.Builder
extends Object
implements software.amazon.jsii.Builder<HealthCheckReference>
A builder for
HealthCheckReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.healthCheckId(String healthCheckId) Sets the value ofHealthCheckReference.getHealthCheckId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
healthCheckId
Sets the value ofHealthCheckReference.getHealthCheckId()- Parameters:
healthCheckId- The HealthCheckId of the HealthCheck resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<HealthCheckReference>- Returns:
- a new instance of
HealthCheckReference - Throws:
NullPointerException- if any required attribute was not provided
-