public static interface ModifyTargetGroupResponse.Builder extends ElasticLoadBalancingv2Response.Builder, CopyableBuilder<ModifyTargetGroupResponse.Builder,ModifyTargetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyTargetGroupResponse.Builder |
targetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
|
ModifyTargetGroupResponse.Builder |
targetGroups(TargetGroup... targetGroups)
Information about the target group.
|
buildcopyapply, 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.
targetGroups - Information about the target group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.