| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheck.Builder |
HealthCheck.builder() |
HealthCheck.Builder |
HealthCheck.Builder.callerReference(String callerReference)
A unique string that you specified when you created the 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.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.
|
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 53assigned 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HealthCheck.Builder> |
HealthCheck.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateHealthCheckResponse.Builder |
CreateHealthCheckResponse.Builder.healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains identifying information about the health check.
|
default GetHealthCheckResponse.Builder |
GetHealthCheckResponse.Builder.healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains information about one health check that is associated with the current AWS
account.
|
default UpdateHealthCheckResponse.Builder |
UpdateHealthCheckResponse.Builder.healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains the response to an
UpdateHealthCheck request. |
Copyright © 2020. All rights reserved.