Interface GetGeoLocationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetGeoLocationRequest.Builder,,GetGeoLocationRequest> Route53Request.Builder,SdkBuilder<GetGeoLocationRequest.Builder,,GetGeoLocationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetGeoLocationRequest
-
Method Summary
Modifier and TypeMethodDescriptioncontinentCode(String continentCode) For geolocation resource record sets, a two-letter abbreviation that identifies a continent.countryCode(String countryCode) Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) subdivisionCode(String subdivisionCode) The code for the subdivision, such as a particular state within the United States.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
countryCode
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
Route 53 also supports the country code UA for Ukraine.
- Parameters:
countryCode- Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.Route 53 also supports the country code UA for Ukraine.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetGeoLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGeoLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-