Interface GetHealthCheckStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetHealthCheckStatusRequest.Builder,,GetHealthCheckStatusRequest> Route53Request.Builder,SdkBuilder<GetHealthCheckStatusRequest.Builder,,GetHealthCheckStatusRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetHealthCheckStatusRequest
@Mutable
@NotThreadSafe
public static interface GetHealthCheckStatusRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetHealthCheckStatusRequest.Builder,GetHealthCheckStatusRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhealthCheckId(String healthCheckId) The ID for the health check that you want the current status for.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
healthCheckId
The ID for the health check that you want the current status for. When you created the health check,
CreateHealthCheckreturned the ID in the response, in theHealthCheckIdelement.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
GetHealthCheckStatusto 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,CreateHealthCheckreturned the ID in the response, in theHealthCheckIdelement.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
GetHealthCheckStatusto 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetHealthCheckStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-