CopyableBuilder<DescribeTargetGroupAttributesResponse.Builder,DescribeTargetGroupAttributesResponse>
, SdkBuilder<DescribeTargetGroupAttributesResponse.Builder,DescribeTargetGroupAttributesResponse>
public static interface DescribeTargetGroupAttributesResponse.Builder extends CopyableBuilder<DescribeTargetGroupAttributesResponse.Builder,DescribeTargetGroupAttributesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeTargetGroupAttributesResponse.Builder |
attributes(Collection<TargetGroupAttribute> attributes) |
Information about the target group attributes
|
DescribeTargetGroupAttributesResponse.Builder |
attributes(TargetGroupAttribute... attributes) |
Information about the target group attributes
|
copy
apply, build
DescribeTargetGroupAttributesResponse.Builder attributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
attributes
- Information about the target group attributesDescribeTargetGroupAttributesResponse.Builder attributes(TargetGroupAttribute... attributes)
Information about the target group attributes
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- Information about the target group attributesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.