public static interface GetGeoLocationRequest.Builder extends Route53Request.Builder, CopyableBuilder<GetGeoLocationRequest.Builder,GetGeoLocationRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetGeoLocationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, buildGetGeoLocationRequest.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.GetGeoLocationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetGeoLocationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.