Interface GeoLocationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeoLocationDetails.Builder,
,GeoLocationDetails> SdkBuilder<GeoLocationDetails.Builder,
,GeoLocationDetails> SdkPojo
- Enclosing class:
GeoLocationDetails
@Mutable
@NotThreadSafe
public static interface GeoLocationDetails.Builder
extends SdkPojo, CopyableBuilder<GeoLocationDetails.Builder,GeoLocationDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncontinentCode
(String continentCode) The two-letter code for the continent.continentName
(String continentName) The full name of the continent.countryCode
(String countryCode) The two-letter code for the country.countryName
(String countryName) The name of the country.subdivisionCode
(String subdivisionCode) The code for the subdivision, such as a particular state within the United States.subdivisionName
(String subdivisionName) The full name of the subdivision.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
continentCode
The two-letter code for the continent.
- Parameters:
continentCode
- The two-letter code for the continent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continentName
The full name of the continent.
- Parameters:
continentName
- The full name of the continent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryCode
The two-letter code for the country.
- Parameters:
countryCode
- The two-letter code for the country.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryName
The name of the country.
- Parameters:
countryName
- The name of the country.- 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.
-
subdivisionName
The full name of the subdivision. Route 53 currently supports only states in the United States.
- Parameters:
subdivisionName
- The full name of the subdivision. Route 53 currently supports only states in the United States.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-