| 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 city where the endpoint is located.
|
EndpointLocation.Builder |
EndpointLocation.Builder.country(String country)
The two-letter code for the country or region of the endpoint.
|
EndpointLocation.Builder |
EndpointLocation.Builder.latitude(Double latitude)
The latitude of the endpoint location, rounded to one decimal place.
|
EndpointLocation.Builder |
EndpointLocation.Builder.longitude(Double longitude)
The longitude of the endpoint location, rounded to one decimal place.
|
EndpointLocation.Builder |
EndpointLocation.Builder.postalCode(String postalCode)
The postal code or zip code of the endpoint.
|
EndpointLocation.Builder |
EndpointLocation.Builder.region(String region)
The region of the endpoint location.
|
EndpointLocation.Builder |
EndpointLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointLocation.Builder> |
EndpointLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PublicEndpoint.Builder |
PublicEndpoint.Builder.location(Consumer<EndpointLocation.Builder> location)
The endpoint location attributes.
|
default EndpointRequest.Builder |
EndpointRequest.Builder.location(Consumer<EndpointLocation.Builder> location)
The endpoint location attributes.
|
default EndpointResponse.Builder |
EndpointResponse.Builder.location(Consumer<EndpointLocation.Builder> location)
The endpoint location attributes.
|
default EndpointBatchItem.Builder |
EndpointBatchItem.Builder.location(Consumer<EndpointLocation.Builder> location)
The endpoint location attributes.
|
Copyright © 2018. All rights reserved.