public static interface GetHealthCheckResponse.Builder extends Route53Response.Builder, SdkPojo, 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 Amazon
Web Services account.
|
GetHealthCheckResponse.Builder |
healthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current Amazon
Web Services account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetHealthCheckResponse.Builder healthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current Amazon Web Services account.
healthCheck - A complex type that contains information about one health check that is associated with the current
Amazon Web Services 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 Amazon Web Services account.
This is a convenience method 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 © 2022. All rights reserved.