public static interface GetGeoLocationRequest.Builder extends Route53Request.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetGeoLocationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, 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. 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. Route 53
doesn't support subdivision codes for all countries. If you specify subdivisioncode
, you
must also specify countrycode
.GetGeoLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetGeoLocationRequest.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.