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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetHealthCheckStatusRequest.BuilderhealthCheckId(String healthCheckId)The ID for the health check that you want the current status for.GetHealthCheckStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHealthCheckStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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,
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
-
-