public static interface UpdateHealthCheckResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<UpdateHealthCheckResponse.Builder,UpdateHealthCheckResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateHealthCheckResponse.Builder |
healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains the response to an
UpdateHealthCheck request. |
UpdateHealthCheckResponse.Builder |
healthCheck(HealthCheck healthCheck)
A complex type that contains the response to an
UpdateHealthCheck request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateHealthCheckResponse.Builder healthCheck(HealthCheck healthCheck)
A complex type that contains the response to an UpdateHealthCheck request.
healthCheck - A complex type that contains the response to an UpdateHealthCheck request.default UpdateHealthCheckResponse.Builder healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains the response to an UpdateHealthCheck request.
HealthCheck.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.