CopyableBuilder<DescribeTargetHealthResponse.Builder,DescribeTargetHealthResponse>
, SdkBuilder<DescribeTargetHealthResponse.Builder,DescribeTargetHealthResponse>
public static interface DescribeTargetHealthResponse.Builder extends CopyableBuilder<DescribeTargetHealthResponse.Builder,DescribeTargetHealthResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeTargetHealthResponse.Builder |
targetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions) |
Information about the health of the targets.
|
DescribeTargetHealthResponse.Builder |
targetHealthDescriptions(TargetHealthDescription... targetHealthDescriptions) |
Information about the health of the targets.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTargetHealthDescriptions(java.util.Collection)
or
#withTargetHealthDescriptions(java.util.Collection)
if you want to override the existing values.
targetHealthDescriptions
- Information about the health of the targets.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.