CopyableBuilder<ModifyTargetGroupAttributesResponse.Builder,ModifyTargetGroupAttributesResponse>
, SdkBuilder<ModifyTargetGroupAttributesResponse.Builder,ModifyTargetGroupAttributesResponse>
public static interface ModifyTargetGroupAttributesResponse.Builder extends CopyableBuilder<ModifyTargetGroupAttributesResponse.Builder,ModifyTargetGroupAttributesResponse>
Modifier and Type | Method | Description |
---|---|---|
ModifyTargetGroupAttributesResponse.Builder |
attributes(Collection<TargetGroupAttribute> attributes) |
Information about the attributes.
|
ModifyTargetGroupAttributesResponse.Builder |
attributes(TargetGroupAttribute... attributes) |
Information about the attributes.
|
copy
apply, build
ModifyTargetGroupAttributesResponse.Builder attributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
attributes
- Information about the attributes.ModifyTargetGroupAttributesResponse.Builder attributes(TargetGroupAttribute... attributes)
Information about the 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 attributes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.