public static interface TargetGroupsConfig.Builder extends SdkPojo, CopyableBuilder<TargetGroupsConfig.Builder,TargetGroupsConfig>
| Modifier and Type | Method and Description |
|---|---|
TargetGroupsConfig.Builder |
targetGroups(Collection<TargetGroup> targetGroups)
One or more target groups.
|
TargetGroupsConfig.Builder |
targetGroups(Consumer<TargetGroup.Builder>... targetGroups)
One or more target groups.
|
TargetGroupsConfig.Builder |
targetGroups(TargetGroup... targetGroups)
One or more target groups.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.TargetGroupsConfig.Builder targetGroups(Consumer<TargetGroup.Builder>... targetGroups)
One or more target groups.
This is a convenience method that creates an instance of theTargetGroup.Builder avoiding the need to create one
manually via TargetGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #targetGroups(List.
targetGroups - a consumer that will call methods on
TargetGroup.Builder#targetGroups(java.util.Collection) Copyright © 2022. All rights reserved.