Interface UpdateHealthCheckResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateHealthCheckResponse.Builder,UpdateHealthCheckResponse>,Route53Response.Builder,SdkBuilder<UpdateHealthCheckResponse.Builder,UpdateHealthCheckResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateHealthCheckResponse
public static interface UpdateHealthCheckResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<UpdateHealthCheckResponse.Builder,UpdateHealthCheckResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateHealthCheckResponse.BuilderhealthCheck(Consumer<HealthCheck.Builder> healthCheck)A complex type that contains the response to anUpdateHealthCheckrequest.UpdateHealthCheckResponse.BuilderhealthCheck(HealthCheck healthCheck)A complex type that contains the response to anUpdateHealthCheckrequest.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
healthCheck
UpdateHealthCheckResponse.Builder healthCheck(HealthCheck healthCheck)
A complex type that contains the response to an
UpdateHealthCheckrequest.- Parameters:
healthCheck- A complex type that contains the response to anUpdateHealthCheckrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthCheck
default UpdateHealthCheckResponse.Builder healthCheck(Consumer<HealthCheck.Builder> healthCheck)
A complex type that contains the response to an
This is a convenience method that creates an instance of theUpdateHealthCheckrequest.HealthCheck.Builderavoiding the need to create one manually viaHealthCheck.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohealthCheck(HealthCheck).- Parameters:
healthCheck- a consumer that will call methods onHealthCheck.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
healthCheck(HealthCheck)
-
-