| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static SegmentLocation.Builder |
SegmentLocation.builder() |
default SegmentLocation.Builder |
SegmentLocation.Builder.country(Consumer<SetDimension.Builder> country)
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
|
SegmentLocation.Builder |
SegmentLocation.Builder.country(SetDimension country)
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
|
default SegmentLocation.Builder |
SegmentLocation.Builder.gpsPoint(Consumer<GPSPointDimension.Builder> gpsPoint)
The GPS location and range for the segment.
|
SegmentLocation.Builder |
SegmentLocation.Builder.gpsPoint(GPSPointDimension gpsPoint)
The GPS location and range for the segment.
|
SegmentLocation.Builder |
SegmentLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SegmentLocation.Builder> |
SegmentLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SegmentDimensions.Builder |
SegmentDimensions.Builder.location(Consumer<SegmentLocation.Builder> location)
The location-based criteria, such as region or GPS coordinates, for the segment.
|
Copyright © 2019. All rights reserved.