public static interface DescribeTargetHealthResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTargetHealthResponse.Builder,DescribeTargetHealthResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTargetHealthResponse.Builder |
targetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions)
Information about the health of the targets.
|
DescribeTargetHealthResponse.Builder |
targetHealthDescriptions(Consumer<TargetHealthDescription.Builder>... targetHealthDescriptions)
Information about the health of the targets.
|
DescribeTargetHealthResponse.Builder |
targetHealthDescriptions(TargetHealthDescription... targetHealthDescriptions)
Information about the health of the targets.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTargetHealthResponse.Builder targetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions)
Information about the health of the targets.
targetHealthDescriptions - Information about the health of the targets.DescribeTargetHealthResponse.Builder targetHealthDescriptions(TargetHealthDescription... targetHealthDescriptions)
Information about the health of the targets.
targetHealthDescriptions - Information about the health of the targets.DescribeTargetHealthResponse.Builder targetHealthDescriptions(Consumer<TargetHealthDescription.Builder>... targetHealthDescriptions)
Information about the health of the targets.
This is a convenience method that creates an instance of theTargetHealthDescription.Builder avoiding
the need to create one manually via
TargetHealthDescription.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #targetHealthDescriptions(List.
targetHealthDescriptions - a consumer that will call methods on
TargetHealthDescription.Builder#targetHealthDescriptions(java.util.Collection) Copyright © 2022. All rights reserved.