Interface GetHealthCheckRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetHealthCheckRequest.Builder,,GetHealthCheckRequest> Route53Request.Builder,SdkBuilder<GetHealthCheckRequest.Builder,,GetHealthCheckRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetHealthCheckRequest
@Mutable
@NotThreadSafe
public static interface GetHealthCheckRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetHealthCheckRequest.Builder,GetHealthCheckRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhealthCheckId(String healthCheckId) The identifier that Amazon Route 53 assigned to the health check when you created it.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 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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetHealthCheckRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetHealthCheckRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-