public static interface EndpointLocation.Builder extends SdkPojo, CopyableBuilder<EndpointLocation.Builder,EndpointLocation>
| Modifier and Type | Method and Description |
|---|---|
EndpointLocation.Builder |
city(String city)
The name of the city where the endpoint is located.
|
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 |
latitude(Double latitude)
The latitude coordinate of the endpoint location, rounded to one decimal place.
|
EndpointLocation.Builder |
longitude(Double longitude)
The longitude coordinate of the endpoint location, rounded to one decimal place.
|
EndpointLocation.Builder |
postalCode(String postalCode)
The postal or ZIP code for the area where the endpoint is located.
|
EndpointLocation.Builder |
region(String region)
The name of the region where the endpoint is located.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointLocation.Builder city(String city)
The name of the city where the endpoint is located.
city - The name of the city where the endpoint is located.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. For example, US for the United States.
country - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the endpoint is
located. For example, US for the United States.EndpointLocation.Builder latitude(Double latitude)
The latitude coordinate of the endpoint location, rounded to one decimal place.
latitude - The latitude coordinate of the endpoint location, rounded to one decimal place.EndpointLocation.Builder longitude(Double longitude)
The longitude coordinate of the endpoint location, rounded to one decimal place.
longitude - The longitude coordinate of the endpoint location, rounded to one decimal place.EndpointLocation.Builder postalCode(String postalCode)
The postal or ZIP code for the area where the endpoint is located.
postalCode - The postal or ZIP code for the area where the endpoint is located.EndpointLocation.Builder region(String region)
The name of the region where the endpoint is located. For locations in the United States, this value is the name of a state.
region - The name of the region where the endpoint is located. For locations in the United States, this value
is the name of a state.Copyright © 2020. All rights reserved.