CopyableBuilder<GetHealthCheckRequest.Builder,GetHealthCheckRequest>
, SdkBuilder<GetHealthCheckRequest.Builder,GetHealthCheckRequest>
public static interface GetHealthCheckRequest.Builder extends CopyableBuilder<GetHealthCheckRequest.Builder,GetHealthCheckRequest>
Modifier and Type | Method | Description |
---|---|---|
GetHealthCheckRequest.Builder |
healthCheckId(String healthCheckId) |
The identifier that Amazon Route 53 assigned to the health check when you created it.
|
copy
apply, build
GetHealthCheckRequest.Builder healthCheckId(String healthCheckId)
The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.
healthCheckId
- The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or
update a resource record set, you use this value to specify which health check to use. The value can
be up to 64 characters long.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.