Uses of Interface
software.amazon.awssdk.services.pinpoint.model.SegmentGroupList.Builder
-
Packages that use SegmentGroupList.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentGroupList.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SegmentGroupList.Builder Modifier and Type Method Description static SegmentGroupList.BuilderSegmentGroupList. builder()SegmentGroupList.BuilderSegmentGroupList.Builder. groups(Collection<SegmentGroup> groups)An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.SegmentGroupList.BuilderSegmentGroupList.Builder. groups(Consumer<SegmentGroup.Builder>... groups)An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.SegmentGroupList.BuilderSegmentGroupList.Builder. groups(SegmentGroup... groups)An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.SegmentGroupList.BuilderSegmentGroupList.Builder. include(String include)Specifies how to handle multiple segment groups for the segment.SegmentGroupList.BuilderSegmentGroupList.Builder. include(Include include)Specifies how to handle multiple segment groups for the segment.SegmentGroupList.BuilderSegmentGroupList. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SegmentGroupList.Builder Modifier and Type Method Description static Class<? extends SegmentGroupList.Builder>SegmentGroupList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SegmentGroupList.Builder Modifier and Type Method Description default SegmentResponse.BuilderSegmentResponse.Builder. segmentGroups(Consumer<SegmentGroupList.Builder> segmentGroups)A list of one or more segment groups that apply to the segment.default WriteSegmentRequest.BuilderWriteSegmentRequest.Builder. segmentGroups(Consumer<SegmentGroupList.Builder> segmentGroups)The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
-