Interface GetHealthCheckStatusRequest.Builder

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

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

    • healthCheckId

      GetHealthCheckStatusRequest.Builder healthCheckId(String healthCheckId)

      The ID for the health check that you want the current status for. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

      If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or the CloudWatch console. You can't use GetHealthCheckStatus to get the status of a calculated health check.

      Parameters:
      healthCheckId - The ID for the health check that you want the current status for. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

      If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or the CloudWatch console. You can't use GetHealthCheckStatus to get the status of a calculated health check.

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

      GetHealthCheckStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.