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