Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.SegmentGroupStructure.Builder
-
Packages that use SegmentGroupStructure.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of SegmentGroupStructure.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return SegmentGroupStructure.Builder Modifier and Type Method Description static SegmentGroupStructure.BuilderSegmentGroupStructure. builder()SegmentGroupStructure.BuilderSegmentGroupStructure.Builder. groups(Collection<Group> groups)Holds the list of groups within the segment definition.SegmentGroupStructure.BuilderSegmentGroupStructure.Builder. groups(Consumer<Group.Builder>... groups)Holds the list of groups within the segment definition.SegmentGroupStructure.BuilderSegmentGroupStructure.Builder. groups(Group... groups)Holds the list of groups within the segment definition.SegmentGroupStructure.BuilderSegmentGroupStructure.Builder. include(String include)Define whether to include or exclude the profiles that fit the segment criteria.SegmentGroupStructure.BuilderSegmentGroupStructure.Builder. include(IncludeOptions include)Define whether to include or exclude the profiles that fit the segment criteria.SegmentGroupStructure.BuilderSegmentGroupStructure. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type SegmentGroupStructure.Builder Modifier and Type Method Description static Class<? extends SegmentGroupStructure.Builder>SegmentGroupStructure. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type SegmentGroupStructure.Builder Modifier and Type Method Description default CreateSegmentEstimateRequest.BuilderCreateSegmentEstimateRequest.Builder. segmentQuery(Consumer<SegmentGroupStructure.Builder> segmentQuery)The segment query for calculating a segment estimate.
-