Interface GeoLocationDetails.Builder

    • Method Detail

      • 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.
      • 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.