CopyableBuilder<ModifyTargetGroupResponse.Builder,ModifyTargetGroupResponse>, SdkBuilder<ModifyTargetGroupResponse.Builder,ModifyTargetGroupResponse>public static interface ModifyTargetGroupResponse.Builder extends CopyableBuilder<ModifyTargetGroupResponse.Builder,ModifyTargetGroupResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ModifyTargetGroupResponse.Builder |
targetGroups(Collection<TargetGroup> targetGroups) |
Information about the target group.
|
ModifyTargetGroupResponse.Builder |
targetGroups(TargetGroup... targetGroups) |
Information about the target group.
|
copyapply, buildModifyTargetGroupResponse.Builder targetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
targetGroups - Information about the target group.ModifyTargetGroupResponse.Builder targetGroups(TargetGroup... targetGroups)
Information about the target group.
NOTE: This method appends the values to the existing list (if any). Use
#setTargetGroups(java.util.Collection) or #withTargetGroups(java.util.Collection) if you want
to override the existing values.
targetGroups - Information about the target group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.