Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.SegmentGroup.Builder
-
Packages that use SegmentGroup.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of SegmentGroup.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return SegmentGroup.Builder Modifier and Type Method Description static SegmentGroup.BuilderSegmentGroup. builder()SegmentGroup.BuilderSegmentGroup.Builder. groups(Collection<Group> groups)Holds the list of groups within the segment definition.SegmentGroup.BuilderSegmentGroup.Builder. groups(Consumer<Group.Builder>... groups)Holds the list of groups within the segment definition.SegmentGroup.BuilderSegmentGroup.Builder. groups(Group... groups)Holds the list of groups within the segment definition.SegmentGroup.BuilderSegmentGroup.Builder. include(String include)Defines whether to include or exclude the profiles that fit the segment criteria.SegmentGroup.BuilderSegmentGroup.Builder. include(IncludeOptions include)Defines whether to include or exclude the profiles that fit the segment criteria.SegmentGroup.BuilderSegmentGroup. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type SegmentGroup.Builder Modifier and Type Method Description static Class<? extends SegmentGroup.Builder>SegmentGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type SegmentGroup.Builder Modifier and Type Method Description default CreateSegmentDefinitionRequest.BuilderCreateSegmentDefinitionRequest.Builder. segmentGroups(Consumer<SegmentGroup.Builder> segmentGroups)Specifies the base segments and dimensions for a segment definition along with their respective relationship.default GetSegmentDefinitionResponse.BuilderGetSegmentDefinitionResponse.Builder. segmentGroups(Consumer<SegmentGroup.Builder> segmentGroups)The segment criteria associated with this definition.
-