Interface GetHealthCheckLastFailureReasonRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetHealthCheckLastFailureReasonRequest.Builder,GetHealthCheckLastFailureReasonRequest>, Route53Request.Builder, SdkBuilder<GetHealthCheckLastFailureReasonRequest.Builder,GetHealthCheckLastFailureReasonRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetHealthCheckLastFailureReasonRequest

public static interface GetHealthCheckLastFailureReasonRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetHealthCheckLastFailureReasonRequest.Builder,GetHealthCheckLastFailureReasonRequest>
  • Method Details

    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.