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