CopyableBuilder<GetGeoLocationRequest.Builder,GetGeoLocationRequest>
, SdkBuilder<GetGeoLocationRequest.Builder,GetGeoLocationRequest>
public static interface GetGeoLocationRequest.Builder extends CopyableBuilder<GetGeoLocationRequest.Builder,GetGeoLocationRequest>
Modifier and Type | Method | Description |
---|---|---|
GetGeoLocationRequest.Builder |
continentCode(String continentCode) |
Amazon Route 53 supports the following continent codes:
|
GetGeoLocationRequest.Builder |
countryCode(String countryCode) |
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
|
GetGeoLocationRequest.Builder |
subdivisionCode(String subdivisionCode) |
Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2.
|
copy
apply, build
GetGeoLocationRequest.Builder continentCode(String continentCode)
Amazon Route 53 supports the following continent codes:
AF: Africa
AN: Antarctica
AS: Asia
EU: Europe
OC: Oceania
NA: North America
SA: South America
continentCode
- Amazon Route 53 supports the following continent codes:
AF: Africa
AN: Antarctica
AS: Asia
EU: Europe
OC: Oceania
NA: North America
SA: South America
GetGeoLocationRequest.Builder countryCode(String countryCode)
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
countryCode
- Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.GetGeoLocationRequest.Builder subdivisionCode(String subdivisionCode)
Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route 53
doesn't support subdivision codes for all countries. If you specify SubdivisionCode
, you must
also specify CountryCode
.
subdivisionCode
- Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Amazon Route
53 doesn't support subdivision codes for all countries. If you specify SubdivisionCode
,
you must also specify CountryCode
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.