Uses of Interface
software.amazon.awssdk.services.route53.model.GeoLocation.Builder
-
Packages that use GeoLocation.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of GeoLocation.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GeoLocation.Builder Modifier and Type Method Description static GeoLocation.BuilderGeoLocation. builder()GeoLocation.BuilderGeoLocation.Builder. continentCode(String continentCode)The two-letter code for the continent.GeoLocation.BuilderGeoLocation.Builder. countryCode(String countryCode)For geolocation resource record sets, the two-letter code for a country.GeoLocation.BuilderGeoLocation.Builder. subdivisionCode(String subdivisionCode)For geolocation resource record sets, the two-letter code for a state of the United States.GeoLocation.BuilderGeoLocation. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GeoLocation.Builder Modifier and Type Method Description static Class<? extends GeoLocation.Builder>GeoLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type GeoLocation.Builder Modifier and Type Method Description default ResourceRecordSet.BuilderResourceRecordSet.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.
-