static HealthCheck.Builder |
HealthCheck.builder() |
|
HealthCheck.Builder |
HealthCheck.Builder.callerReference(String callerReference) |
A unique string that you specified when you created the health check.
|
default HealthCheck.Builder |
HealthCheck.Builder.cloudWatchAlarmConfiguration(Consumer<CloudWatchAlarmConfiguration.Builder> cloudWatchAlarmConfiguration) |
A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for
this health check.
|
HealthCheck.Builder |
HealthCheck.Builder.cloudWatchAlarmConfiguration(CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration) |
A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for
this health check.
|
default HealthCheck.Builder |
HealthCheck.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig) |
A complex type that contains detailed information about one health check.
|
HealthCheck.Builder |
HealthCheck.Builder.healthCheckConfig(HealthCheckConfig healthCheckConfig) |
A complex type that contains detailed information about one health check.
|
HealthCheck.Builder |
HealthCheck.Builder.healthCheckVersion(Long healthCheckVersion) |
The version of the health check.
|
HealthCheck.Builder |
HealthCheck.Builder.id(String id) |
The identifier that Amazon Route 53 assigned to the health check when you created it.
|
default HealthCheck.Builder |
HealthCheck.Builder.linkedService(Consumer<LinkedService.Builder> linkedService) |
If the health check was created by another service, the service that created the health check.
|
HealthCheck.Builder |
HealthCheck.Builder.linkedService(LinkedService linkedService) |
If the health check was created by another service, the service that created the health check.
|
HealthCheck.Builder |
HealthCheck.toBuilder() |
|