public static interface GetHealthCheckResponse.Builder extends Route53Response.Builder, CopyableBuilder<GetHealthCheckResponse.Builder,GetHealthCheckResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetHealthCheckResponse.Builder |
healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains information about one health check that is associated with the current AWS
account.
|
GetHealthCheckResponse.Builder |
healthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current AWS
account.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetHealthCheckResponse.Builder healthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current AWS account.
healthCheck - A complex type that contains information about one health check that is associated with the current
AWS account.default GetHealthCheckResponse.Builder healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains information about one health check that is associated with the current AWS account.
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)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.