public static interface GeoLocationDetails.Builder extends SdkPojo, CopyableBuilder<GeoLocationDetails.Builder,GeoLocationDetails>
Modifier and Type | Method and Description |
---|---|
GeoLocationDetails.Builder |
continentCode(String continentCode)
The two-letter code for the continent.
|
GeoLocationDetails.Builder |
continentName(String continentName)
The full name of the continent.
|
GeoLocationDetails.Builder |
countryCode(String countryCode)
The two-letter code for the country.
|
GeoLocationDetails.Builder |
countryName(String countryName)
The name of the country.
|
GeoLocationDetails.Builder |
subdivisionCode(String subdivisionCode)
The code for the subdivision.
|
GeoLocationDetails.Builder |
subdivisionName(String subdivisionName)
The full name of the subdivision.
|
copy
applyMutation, build
GeoLocationDetails.Builder continentCode(String continentCode)
The two-letter code for the continent.
continentCode
- The two-letter code for the continent.GeoLocationDetails.Builder continentName(String continentName)
The full name of the continent.
continentName
- The full name of the continent.GeoLocationDetails.Builder countryCode(String countryCode)
The two-letter code for the country.
countryCode
- The two-letter code for the country.GeoLocationDetails.Builder countryName(String countryName)
The name of the country.
countryName
- The name of the country.GeoLocationDetails.Builder subdivisionCode(String subdivisionCode)
The code for the subdivision. Route 53 currently supports only states in the United States.
subdivisionCode
- The code for the subdivision. Route 53 currently supports only states in the United States.GeoLocationDetails.Builder subdivisionName(String subdivisionName)
The full name of the subdivision. Route 53 currently supports only states in the United States.
subdivisionName
- The full name of the subdivision. Route 53 currently supports only states in the United States.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.