public static interface GetGeoLocationRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetGeoLocationRequest.Builder,GetGeoLocationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetGeoLocationRequest.Builder |
continentCode(String continentCode)
For geolocation resource record sets, a two-letter abbreviation that identifies a continent.
|
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) |
GetGeoLocationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetGeoLocationRequest.Builder |
subdivisionCode(String subdivisionCode)
The code for the subdivision, such as a particular state within the United States.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGeoLocationRequest.Builder continentCode(String continentCode)
For geolocation resource record sets, a two-letter abbreviation that identifies a continent. 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 - For geolocation resource record sets, a two-letter abbreviation that identifies a continent. 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)
The code for the subdivision, such as a particular state within the United States. For a list of US state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website. For a list of all supported subdivision codes, use the ListGeoLocations API.
subdivisionCode - The code for the subdivision, such as a particular state within the United States. For a list of US
state abbreviations, see Appendix B: Two–Letter
State and Possession Abbreviations on the United States Postal Service website. For a list of all
supported subdivision codes, use the ListGeoLocations API.GetGeoLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetGeoLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.