Interface GetHealthCheckResponse.Builder

  • Method Details

    • healthCheck

      GetHealthCheckResponse.Builder healthCheck(HealthCheck healthCheck)

      A complex type that contains information about one health check that is associated with the current Amazon Web Services account.

      Parameters:
      healthCheck - A complex type that contains information about one health check that is associated with the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • healthCheck

      default GetHealthCheckResponse.Builder healthCheck(Consumer<HealthCheck.Builder> healthCheck)

      A complex type that contains information about one health check that is associated with the current Amazon Web Services account.

      This is a convenience method that creates an instance of the HealthCheck.Builder avoiding the need to create one manually via HealthCheck.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to healthCheck(HealthCheck).

      Parameters:
      healthCheck - a consumer that will call methods on HealthCheck.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: