Interface CdnProfile.DefinitionStages.WithSku
- All Known Subinterfaces:
CdnProfile.Definition
- Enclosing interface:
- CdnProfile.DefinitionStages
public static interface CdnProfile.DefinitionStages.WithSku
A CDN profile definition allowing the SKU to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionSelects the Premium Verizon SKU.Selects the Standard Akamai SKU.Selects the Standard Verizon SKU.
-
Method Details
-
withStandardAkamaiSku
CdnProfile.DefinitionStages.WithStandardCreate withStandardAkamaiSku()Selects the Standard Akamai SKU.- Returns:
- the next stage of the definition.
-
withStandardVerizonSku
CdnProfile.DefinitionStages.WithStandardCreate withStandardVerizonSku()Selects the Standard Verizon SKU.- Returns:
- the next stage of the definition.
-
withPremiumVerizonSku
CdnProfile.DefinitionStages.WithPremiumVerizonCreate withPremiumVerizonSku()Selects the Premium Verizon SKU.- Returns:
- the next stage of the definition.
-