public static interface UpdateHealthCheckResponse.Builder extends Route53Response.Builder, CopyableBuilder<UpdateHealthCheckResponse.Builder,UpdateHealthCheckResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateHealthCheckResponse.Builder |
healthCheck(Consumer<HealthCheck.Builder> healthCheck)
Sets the value of the HealthCheck property for this object.
|
UpdateHealthCheckResponse.Builder |
healthCheck(HealthCheck healthCheck)
Sets the value of the HealthCheck property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateHealthCheckResponse.Builder healthCheck(HealthCheck healthCheck)
healthCheck - The new value for the HealthCheck property for this object.default UpdateHealthCheckResponse.Builder healthCheck(Consumer<HealthCheck.Builder> healthCheck)
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.