public static interface GeoLocation.Builder extends SdkPojo, CopyableBuilder<GeoLocation.Builder,GeoLocation>
| Modifier and Type | Method and Description |
|---|---|
GeoLocation.Builder |
continentCode(String continentCode)
The two-letter code for the continent.
|
GeoLocation.Builder |
countryCode(String countryCode)
The two-letter code for the country.
|
GeoLocation.Builder |
subdivisionCode(String subdivisionCode)
The code for the subdivision.
|
copyapplyMutation, buildGeoLocation.Builder continentCode(String continentCode)
The two-letter code for the continent.
Valid values: AF | AN | AS | EU | OC |
NA | SA
Constraint: Specifying ContinentCode with either CountryCode or
SubdivisionCode returns an InvalidInput error.
continentCode - The two-letter code for the continent.
Valid values: AF | AN | AS | EU | OC
| NA | SA
Constraint: Specifying ContinentCode with either CountryCode or
SubdivisionCode returns an InvalidInput error.
GeoLocation.Builder countryCode(String countryCode)
The two-letter code for the country.
countryCode - The two-letter code for the country.GeoLocation.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.