public static interface ListGeoLocationsRequest.Builder extends Route53Request.Builder, CopyableBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>
Modifier and Type | Method and Description |
---|---|
ListGeoLocationsRequest.Builder |
maxItems(String maxItems)
(Optional) The maximum number of geolocations to be included in the response body for this request.
|
ListGeoLocationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListGeoLocationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, 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
.ListGeoLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListGeoLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.