| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static GeoLocation.Builder |
GeoLocation.builder() |
GeoLocation.Builder |
GeoLocation.Builder.continentCode(String continentCode)
The two-letter code for the continent.
|
GeoLocation.Builder |
GeoLocation.Builder.countryCode(String countryCode)
For geolocation resource record sets, the two-letter code for a country.
|
GeoLocation.Builder |
GeoLocation.Builder.subdivisionCode(String subdivisionCode)
For geolocation resource record sets, the two-letter code for a state of the United States.
|
GeoLocation.Builder |
GeoLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeoLocation.Builder> |
GeoLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceRecordSet.Builder |
ResourceRecordSet.Builder.geoLocation(Consumer<GeoLocation.Builder> geoLocation)
Geolocation resource record sets only: A complex type that lets you control how Amazon Route 53
responds to DNS queries based on the geographic origin of the query.
|
Copyright © 2020. All rights reserved.