public static interface GetHealthCheckStatusRequest.Builder extends Route53Request.Builder, CopyableBuilder<GetHealthCheckStatusRequest.Builder,GetHealthCheckStatusRequest>
Modifier and Type | Method and Description |
---|---|
GetHealthCheckStatusRequest.Builder |
healthCheckId(String healthCheckId)
The ID for the health check that you want the current status for.
|
GetHealthCheckStatusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetHealthCheckStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
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.
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.
GetHealthCheckStatusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetHealthCheckStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.