public static interface TargetGroupsConfig.Builder extends software.amazon.awssdk.utils.builder.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.
|
TargetGroupsConfig.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 © 2018. All rights reserved.