| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointLocation.Builder |
EndpointLocation.builder() |
EndpointLocation.Builder |
EndpointLocation.Builder.city(String city)
The name of the city where the endpoint is located.
|
EndpointLocation.Builder |
EndpointLocation.Builder.country(String country)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the endpoint is
located.
|
EndpointLocation.Builder |
EndpointLocation.Builder.latitude(Double latitude)
The latitude coordinate of the endpoint location, rounded to one decimal place.
|
EndpointLocation.Builder |
EndpointLocation.Builder.longitude(Double longitude)
The longitude coordinate of the endpoint location, rounded to one decimal place.
|
EndpointLocation.Builder |
EndpointLocation.Builder.postalCode(String postalCode)
The postal or ZIP code for the area where the endpoint is located.
|
EndpointLocation.Builder |
EndpointLocation.Builder.region(String region)
The name of the region where the endpoint is located.
|
EndpointLocation.Builder |
EndpointLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointLocation.Builder> |
EndpointLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EndpointResponse.Builder |
EndpointResponse.Builder.location(Consumer<EndpointLocation.Builder> location)
The geographic information for the endpoint.
|
default EndpointRequest.Builder |
EndpointRequest.Builder.location(Consumer<EndpointLocation.Builder> location)
The geographic information for the endpoint.
|
default PublicEndpoint.Builder |
PublicEndpoint.Builder.location(Consumer<EndpointLocation.Builder> location)
The geographic information for the endpoint.
|
default EndpointBatchItem.Builder |
EndpointBatchItem.Builder.location(Consumer<EndpointLocation.Builder> location)
The geographic information for the endpoint.
|
Copyright © 2020. All rights reserved.