public static interface TargetGroupsConfig.Builder extends CopyableBuilder<TargetGroupsConfig.Builder,TargetGroupsConfig>
| Modifier and Type | Method and Description |
|---|---|
TargetGroupsConfig.Builder |
targetGroups(Collection<TargetGroup> targetGroups)
One or more target groups.
|
TargetGroupsConfig.Builder |
targetGroups(TargetGroup... targetGroups)
One or more target groups.
|
copyapply, buildTargetGroupsConfig.Builder targetGroups(Collection<TargetGroup> targetGroups)
One or more target groups.
targetGroups - One or more target groups.TargetGroupsConfig.Builder targetGroups(TargetGroup... targetGroups)
One or more target groups.
targetGroups - One or more target groups.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.