Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GeoRestriction.Builder
Packages that use GeoRestriction.Builder
-
Uses of GeoRestriction.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GeoRestriction.BuilderModifier and TypeMethodDescriptionstatic GeoRestriction.BuilderGeoRestriction.builder()A complex type that contains aLocationelement for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).GeoRestriction.Builder.items(Collection<String> items) A complex type that contains aLocationelement for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).When geo restriction isenabled, this is the number of countries in yourwhitelistorblacklist.GeoRestriction.Builder.restrictionType(String restrictionType) The method that you want to use to restrict distribution of your content by country:GeoRestriction.Builder.restrictionType(GeoRestrictionType restrictionType) The method that you want to use to restrict distribution of your content by country:GeoRestriction.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GeoRestriction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GeoRestriction.Builder>GeoRestriction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type GeoRestriction.BuilderModifier and TypeMethodDescriptiondefault Restrictions.BuilderRestrictions.Builder.geoRestriction(Consumer<GeoRestriction.Builder> geoRestriction) A complex type that controls the countries in which your content is distributed.