public static interface Country.Builder extends CopyableBuilder<Country.Builder,Country>
| Modifier and Type | Method and Description |
|---|---|
Country.Builder |
countryCode(String countryCode)
Country code of the remote IP address.
|
Country.Builder |
countryName(String countryName)
Country name of the remote IP address.
|
copyapply, buildCountry.Builder countryCode(String countryCode)
countryCode - Country code of the remote IP address.Country.Builder countryName(String countryName)
countryName - Country name of the remote IP address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.