public static interface GetHealthCheckLastFailureReasonRequest.Builder extends Route53Request.Builder, CopyableBuilder<GetHealthCheckLastFailureReasonRequest.Builder,GetHealthCheckLastFailureReasonRequest>
| Modifier and Type | Method and Description |
|---|---|
GetHealthCheckLastFailureReasonRequest.Builder |
healthCheckId(String healthCheckId)
The ID for the health check for which you want the last failure reason.
|
GetHealthCheckLastFailureReasonRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetHealthCheckLastFailureReasonRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetHealthCheckLastFailureReasonRequest.Builder healthCheckId(String healthCheckId)
The ID for the health check for which you want the last failure reason. When you created the health check,
CreateHealthCheck returned the ID in the response, in the HealthCheckId element.
healthCheckId - The ID for the health check for which you want the last failure reason. When you created the health
check, CreateHealthCheck returned the ID in the response, in the
HealthCheckId element.GetHealthCheckLastFailureReasonRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetHealthCheckLastFailureReasonRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.