Interface GeoLocationDetails.Builder

  • Method Details

    • continentCode

      GeoLocationDetails.Builder continentCode(String continentCode)

      The two-letter code for the continent.

      Parameters:
      continentCode - The two-letter code for the continent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • continentName

      GeoLocationDetails.Builder continentName(String continentName)

      The full name of the continent.

      Parameters:
      continentName - The full name of the continent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • countryCode

      GeoLocationDetails.Builder countryCode(String countryCode)

      The two-letter code for the country.

      Parameters:
      countryCode - The two-letter code for the country.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • countryName

      GeoLocationDetails.Builder countryName(String countryName)

      The name of the country.

      Parameters:
      countryName - The name of the country.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subdivisionCode

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subdivisionName

      GeoLocationDetails.Builder subdivisionName(String subdivisionName)

      The full name of the subdivision. Route 53 currently supports only states in the United States.

      Parameters:
      subdivisionName - The full name of the subdivision. Route 53 currently supports only states in the United States.
      Returns:
      Returns a reference to this object so that method calls can be chained together.