public static interface DescribeTargetHealthResponse.Builder extends ElasticLoadBalancingV2Response.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeTargetHealthResponse.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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #targetHealthDescriptions(List)
.targetHealthDescriptions
- a consumer that will call methods on List.Builder
#targetHealthDescriptions(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.