public static interface GetHealthCheckLastFailureReasonRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetHealthCheckLastFailureReasonRequest.Builder,GetHealthCheckLastFailureReasonRequest>
| Modifier and Type | Method and Description |
|---|---|
GetHealthCheckLastFailureReasonRequest.Builder |
healthCheckId(String healthCheckId)
The ID for the health check for which you want the last failure reason.
|
GetHealthCheckLastFailureReasonRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetHealthCheckLastFailureReasonRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetHealthCheckLastFailureReasonRequest.Builder healthCheckId(String healthCheckId)
The ID for the health check for which you want the last failure reason. When you created the health check,
CreateHealthCheck returned the ID in the response, in the HealthCheckId element.
If you want to get the last failure reason for a calculated health check, you must use the Amazon Route 53
console or the CloudWatch console. You can't use GetHealthCheckLastFailureReason for a
calculated health check.
healthCheckId - The ID for the health check for which you want the last failure reason. When you created the health
check, CreateHealthCheck returned the ID in the response, in the
HealthCheckId element.
If you want to get the last failure reason for a calculated health check, you must use the Amazon
Route 53 console or the CloudWatch console. You can't use GetHealthCheckLastFailureReason
for a calculated health check.
GetHealthCheckLastFailureReasonRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetHealthCheckLastFailureReasonRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.