public static interface GeoLocationDetails.Builder extends SdkPojo, CopyableBuilder<GeoLocationDetails.Builder,GeoLocationDetails>
| Modifier and Type | Method and Description |
|---|---|
GeoLocationDetails.Builder |
continentCode(String continentCode)
The two-letter code for the continent.
|
GeoLocationDetails.Builder |
continentName(String continentName)
The full name of the continent.
|
GeoLocationDetails.Builder |
countryCode(String countryCode)
The two-letter code for the country.
|
GeoLocationDetails.Builder |
countryName(String countryName)
The name of the country.
|
GeoLocationDetails.Builder |
subdivisionCode(String subdivisionCode)
The code for the subdivision, such as a particular state within the United States.
|
GeoLocationDetails.Builder |
subdivisionName(String subdivisionName)
The full name of the subdivision.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeoLocationDetails.Builder continentCode(String continentCode)
The two-letter code for the continent.
continentCode - The two-letter code for the continent.GeoLocationDetails.Builder continentName(String continentName)
The full name of the continent.
continentName - The full name of the continent.GeoLocationDetails.Builder countryCode(String countryCode)
The two-letter code for the country.
countryCode - The two-letter code for the country.GeoLocationDetails.Builder countryName(String countryName)
The name of the country.
countryName - The name of the country.GeoLocationDetails.Builder subdivisionCode(String subdivisionCode)
The code for the subdivision, such as a particular state within the United States. For a list of US state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website. For a list of all supported subdivision codes, use the ListGeoLocations API.
subdivisionCode - The code for the subdivision, such as a particular state within the United States. For a list of US
state abbreviations, see Appendix B: Two–Letter
State and Possession Abbreviations on the United States Postal Service website. For a list of all
supported subdivision codes, use the ListGeoLocations API.GeoLocationDetails.Builder subdivisionName(String subdivisionName)
The full name of the subdivision. Route 53 currently supports only states in the United States.
subdivisionName - The full name of the subdivision. Route 53 currently supports only states in the United States.Copyright © 2023. All rights reserved.