public static interface CreateHealthCheckResponse.Builder extends Route53Response.Builder, CopyableBuilder<CreateHealthCheckResponse.Builder,CreateHealthCheckResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateHealthCheckResponse.Builder |
healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains identifying information about the health check.
|
CreateHealthCheckResponse.Builder |
healthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health check.
|
CreateHealthCheckResponse.Builder |
location(String location)
The unique URL representing the new health check.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateHealthCheckResponse.Builder healthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health check.
healthCheck - A complex type that contains identifying information about the health check.default CreateHealthCheckResponse.Builder healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains identifying information about the health check.
This is a convenience that creates an instance of theHealthCheck.Builder avoiding the need to create
one manually via HealthCheck.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to healthCheck(HealthCheck).healthCheck - a consumer that will call methods on HealthCheck.BuilderhealthCheck(HealthCheck)CreateHealthCheckResponse.Builder location(String location)
The unique URL representing the new health check.
location - The unique URL representing the new health check.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.