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(Consumer<TargetGroup.Builder>... targetGroups)
 Information about the target group. 
 | 
ModifyTargetGroupResponse.Builder | 
targetGroups(TargetGroup... targetGroups)
 Information about the target group. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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.ModifyTargetGroupResponse.Builder targetGroups(Consumer<TargetGroup.Builder>... targetGroups)
Information about the target group.
This is a convenience that creates an instance of theList.Builder  avoiding the need to
 create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and its
 result is passed to #targetGroups(List) .targetGroups - a consumer that will call methods on List.Builder #targetGroups(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.