static GeoRestriction.Builder |
GeoRestriction.builder() |
|
GeoRestriction.Builder |
GeoRestriction.Builder.items(String... items) |
A complex type that contains a Location element for each country in which you want CloudFront
either to distribute your content (whitelist) or not distribute your content (
blacklist).
|
GeoRestriction.Builder |
GeoRestriction.Builder.items(Collection<String> items) |
A complex type that contains a Location element for each country in which you want CloudFront
either to distribute your content (whitelist) or not distribute your content (
blacklist).
|
GeoRestriction.Builder |
GeoRestriction.Builder.quantity(Integer quantity) |
When geo restriction is enabled, this is the number of countries in your whitelist
or blacklist.
|
GeoRestriction.Builder |
GeoRestriction.Builder.restrictionType(String restrictionType) |
The method that you want to use to restrict distribution of your content by country:
|
GeoRestriction.Builder |
GeoRestriction.Builder.restrictionType(GeoRestrictionType restrictionType) |
The method that you want to use to restrict distribution of your content by country:
|
GeoRestriction.Builder |
GeoRestriction.toBuilder() |
|