Interface GeoRestriction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeoRestriction.Builder,GeoRestriction>,SdkBuilder<GeoRestriction.Builder,GeoRestriction>,SdkPojo
- Enclosing class:
- GeoRestriction
@Mutable @NotThreadSafe public static interface GeoRestriction.Builder extends SdkPojo, CopyableBuilder<GeoRestriction.Builder,GeoRestriction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoRestriction.Builderitems(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).GeoRestriction.Builderitems(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).GeoRestriction.Builderquantity(Integer quantity)When geo restriction isenabled, this is the number of countries in yourwhitelistorblacklist.GeoRestriction.BuilderrestrictionType(String restrictionType)The method that you want to use to restrict distribution of your content by country:GeoRestriction.BuilderrestrictionType(GeoRestrictionType restrictionType)The method that you want to use to restrict distribution of your content by country:-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
restrictionType
GeoRestriction.Builder restrictionType(String restrictionType)
The method that you want to use to restrict distribution of your content by country:
-
none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. -
blacklist: TheLocationelements specify the countries in which you don't want CloudFront to distribute your content. -
whitelist: TheLocationelements specify the countries in which you want CloudFront to distribute your content.
- Parameters:
restrictionType- The method that you want to use to restrict distribution of your content by country:-
none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. -
blacklist: TheLocationelements specify the countries in which you don't want CloudFront to distribute your content. -
whitelist: TheLocationelements specify the countries in which you want CloudFront to distribute your content.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GeoRestrictionType,GeoRestrictionType
-
-
restrictionType
GeoRestriction.Builder restrictionType(GeoRestrictionType restrictionType)
The method that you want to use to restrict distribution of your content by country:
-
none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. -
blacklist: TheLocationelements specify the countries in which you don't want CloudFront to distribute your content. -
whitelist: TheLocationelements specify the countries in which you want CloudFront to distribute your content.
- Parameters:
restrictionType- The method that you want to use to restrict distribution of your content by country:-
none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. -
blacklist: TheLocationelements specify the countries in which you don't want CloudFront to distribute your content. -
whitelist: TheLocationelements specify the countries in which you want CloudFront to distribute your content.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GeoRestrictionType,GeoRestrictionType
-
-
quantity
GeoRestriction.Builder quantity(Integer quantity)
When geo restriction is
enabled, this is the number of countries in yourwhitelistorblacklist. Otherwise, when it is not enabled,Quantityis0, and you can omitItems.- Parameters:
quantity- When geo restriction isenabled, this is the number of countries in yourwhitelistorblacklist. Otherwise, when it is not enabled,Quantityis0, and you can omitItems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
GeoRestriction.Builder items(Collection<String> items)
A complex type that contains a
Locationelement for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).The
Locationelement is a two-letter, uppercase country code for a country that you want to include in yourblacklistorwhitelist. Include oneLocationelement for each country.CloudFront and
MaxMindboth useISO 3166country codes. For the current list of countries and the corresponding codes, seeISO 3166-1-alpha-2code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.- Parameters:
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).The
Locationelement is a two-letter, uppercase country code for a country that you want to include in yourblacklistorwhitelist. Include oneLocationelement for each country.CloudFront and
MaxMindboth useISO 3166country codes. For the current list of countries and the corresponding codes, seeISO 3166-1-alpha-2code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
GeoRestriction.Builder items(String... items)
A complex type that contains a
Locationelement for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).The
Locationelement is a two-letter, uppercase country code for a country that you want to include in yourblacklistorwhitelist. Include oneLocationelement for each country.CloudFront and
MaxMindboth useISO 3166country codes. For the current list of countries and the corresponding codes, seeISO 3166-1-alpha-2code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.- Parameters:
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).The
Locationelement is a two-letter, uppercase country code for a country that you want to include in yourblacklistorwhitelist. Include oneLocationelement for each country.CloudFront and
MaxMindboth useISO 3166country codes. For the current list of countries and the corresponding codes, seeISO 3166-1-alpha-2code on the International Organization for Standardization website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-