Uses of Interface
software.amazon.awssdk.services.route53.model.CreateHealthCheckResponse.Builder
-
Packages that use CreateHealthCheckResponse.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of CreateHealthCheckResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CreateHealthCheckResponse.Builder Modifier and Type Method Description static CreateHealthCheckResponse.BuilderCreateHealthCheckResponse. builder()default CreateHealthCheckResponse.BuilderCreateHealthCheckResponse.Builder. healthCheck(Consumer<HealthCheck.Builder> healthCheck)A complex type that contains identifying information about the health check.CreateHealthCheckResponse.BuilderCreateHealthCheckResponse.Builder. healthCheck(HealthCheck healthCheck)A complex type that contains identifying information about the health check.CreateHealthCheckResponse.BuilderCreateHealthCheckResponse.Builder. location(String location)The unique URL representing the new health check.CreateHealthCheckResponse.BuilderCreateHealthCheckResponse. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CreateHealthCheckResponse.Builder Modifier and Type Method Description static Class<? extends CreateHealthCheckResponse.Builder>CreateHealthCheckResponse. serializableBuilderClass()
-