Uses of Interface
software.amazon.awssdk.services.route53.model.CreateHealthCheckRequest.Builder
Packages that use CreateHealthCheckRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of CreateHealthCheckRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type CreateHealthCheckRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.createHealthCheck(Consumer<CreateHealthCheckRequest.Builder> createHealthCheckRequest) Creates a new health check.default CreateHealthCheckResponseRoute53Client.createHealthCheck(Consumer<CreateHealthCheckRequest.Builder> createHealthCheckRequest) Creates a new health check. -
Uses of CreateHealthCheckRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CreateHealthCheckRequest.BuilderModifier and TypeMethodDescriptionCreateHealthCheckRequest.builder()CreateHealthCheckRequest.Builder.callerReference(String callerReference) A unique string that identifies the request and that allows you to retry a failedCreateHealthCheckrequest without the risk of creating two identical health checks:default CreateHealthCheckRequest.BuilderCreateHealthCheckRequest.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig) A complex type that contains settings for a new health check.CreateHealthCheckRequest.Builder.healthCheckConfig(HealthCheckConfig healthCheckConfig) A complex type that contains settings for a new health check.CreateHealthCheckRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateHealthCheckRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateHealthCheckRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CreateHealthCheckRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateHealthCheckRequest.Builder>CreateHealthCheckRequest.serializableBuilderClass()