CopyableBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>
, SdkBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>
public static interface ListGeoLocationsRequest.Builder extends CopyableBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListGeoLocationsRequest.Builder |
maxItems(String maxItems) |
(Optional) The maximum number of geolocations to be included in the response body for this request.
|
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.
|
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.
|
ListGeoLocationsRequest.Builder |
startSubdivisionCode(String startSubdivisionCode) |
The code for the subdivision (for example, state or province) with which you want to start listing locations
that Amazon Route 53 supports for geolocation.
|
copy
apply, build
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 Amazon 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.
startContinentCode
- The code for the continent with which you want to start listing locations that Amazon Route 53
supports for geolocation. If Amazon 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.
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 Amazon 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.
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
startCountryCode
- The code for the country with which you want to start listing locations that Amazon Route 53 supports
for geolocation. If Amazon 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.
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
ListGeoLocationsRequest.Builder startSubdivisionCode(String startSubdivisionCode)
The code for the subdivision (for example, state or province) with which you want to start listing locations
that Amazon Route 53 supports for geolocation. If Amazon 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 of a country, you must include both StartCountryCode
and
StartSubdivisionCode
.
startSubdivisionCode
- The code for the subdivision (for example, state or province) with which you want to start listing
locations that Amazon Route 53 supports for geolocation. If Amazon 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 of a country, you must include both StartCountryCode
and
StartSubdivisionCode
.
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
.
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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.