Uses of Interface
software.amazon.awssdk.services.pinpoint.model.SegmentLocation.Builder
-
Packages that use SegmentLocation.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentLocation.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SegmentLocation.Builder Modifier and Type Method Description static SegmentLocation.BuilderSegmentLocation. builder()default SegmentLocation.BuilderSegmentLocation.Builder. country(Consumer<SetDimension.Builder> country)The country or region code, in ISO 3166-1 alpha-2 format, for the segment.SegmentLocation.BuilderSegmentLocation.Builder. country(SetDimension country)The country or region code, in ISO 3166-1 alpha-2 format, for the segment.default SegmentLocation.BuilderSegmentLocation.Builder. gpsPoint(Consumer<GPSPointDimension.Builder> gpsPoint)The GPS location and range for the segment.SegmentLocation.BuilderSegmentLocation.Builder. gpsPoint(GPSPointDimension gpsPoint)The GPS location and range for the segment.SegmentLocation.BuilderSegmentLocation. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SegmentLocation.Builder Modifier and Type Method Description static Class<? extends SegmentLocation.Builder>SegmentLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SegmentLocation.Builder Modifier and Type Method Description default SegmentDimensions.BuilderSegmentDimensions.Builder. location(Consumer<SegmentLocation.Builder> location)The location-based criteria, such as region or GPS coordinates, for the segment.
-