| 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, in ISO 3166-1 alpha-2 format.
|
SegmentLocation.Builder |
SegmentLocation.Builder.country(SetDimension country)
The country or region, in ISO 3166-1 alpha-2 format.
|
default SegmentLocation.Builder |
SegmentLocation.Builder.gpsPoint(Consumer<GPSPointDimension.Builder> gpsPoint)
The GPS Point dimension.
|
SegmentLocation.Builder |
SegmentLocation.Builder.gpsPoint(GPSPointDimension gpsPoint)
The GPS Point dimension.
|
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 segment location attributes.
|
Copyright © 2018. All rights reserved.