Interface ListGeoLocationsRequest.Builder

    • Method Detail

      • startContinentCode

        ListGeoLocationsRequest.Builder startContinentCode​(String startContinentCode)

        The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in startcontinentcode to return the next page of results.

        Include startcontinentcode only if you want to list continents. Don't include startcontinentcode when you're listing countries or countries with their subdivisions.

        Parameters:
        startContinentCode - The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in startcontinentcode to return the next page of results.

        Include startcontinentcode only if you want to list continents. Don't include startcontinentcode when you're listing countries or countries with their subdivisions.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startCountryCode

        ListGeoLocationsRequest.Builder startCountryCode​(String startCountryCode)

        The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in startcountrycode to return the next page of results.

        Parameters:
        startCountryCode - The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in startcountrycode to return the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startSubdivisionCode

        ListGeoLocationsRequest.Builder startSubdivisionCode​(String startSubdivisionCode)

        The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in startsubdivisioncode to return the next page of results.

        To list subdivisions (U.S. states), you must include both startcountrycode and startsubdivisioncode.

        Parameters:
        startSubdivisionCode - The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in startsubdivisioncode to return the next page of results.

        To list subdivisions (U.S. states), you must include both startcountrycode and startsubdivisioncode.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        ListGeoLocationsRequest.Builder maxItems​(String maxItems)

        (Optional) The maximum number of geolocations to be included in the response body for this request. If more than maxitems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

        Parameters:
        maxItems - (Optional) The maximum number of geolocations to be included in the response body for this request. If more than maxitems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.