Interface GeoLocationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeoLocationDetails.Builder,GeoLocationDetails>,SdkBuilder<GeoLocationDetails.Builder,GeoLocationDetails>,SdkPojo
- Enclosing class:
- GeoLocationDetails
public static interface GeoLocationDetails.Builder extends SdkPojo, CopyableBuilder<GeoLocationDetails.Builder,GeoLocationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoLocationDetails.BuildercontinentCode(String continentCode)The two-letter code for the continent.GeoLocationDetails.BuildercontinentName(String continentName)The full name of the continent.GeoLocationDetails.BuildercountryCode(String countryCode)The two-letter code for the country.GeoLocationDetails.BuildercountryName(String countryName)The name of the country.GeoLocationDetails.BuildersubdivisionCode(String subdivisionCode)The code for the subdivision, such as a particular state within the United States.GeoLocationDetails.BuildersubdivisionName(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, sdkFields
-
-
-
-
Method Detail
-
continentCode
GeoLocationDetails.Builder continentCode(String 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
GeoLocationDetails.Builder continentName(String 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
GeoLocationDetails.Builder countryCode(String 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
GeoLocationDetails.Builder countryName(String 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
GeoLocationDetails.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.
- 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
GeoLocationDetails.Builder subdivisionName(String 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.
-
-