ParentT
- the stage of the parent CDN profile update to return to after attaching this definitionpublic static interface CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> extends CdnEndpoint.UpdateDefinitionStages.AttachablePremium<ParentT>
At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition
attach
CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> withOriginPath(String originPath)
originPath
- an origin pathCdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> withHostHeader(String hostHeader)
hostHeader
- a host header.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> withHttpAllowed(boolean httpAllowed)
httpAllowed
- if true then HTTP traffic will be allowed.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> withHttpsAllowed(boolean httpsAllowed)
httpsAllowed
- if true then HTTPS traffic will be allowed.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> withHttpPort(int httpPort)
httpPort
- a port number.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> withHttpsPort(int httpsPort)
httpsPort
- a port number.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT> withCustomDomain(String hostName)
hostName
- custom domain host name.Copyright © 2019. All rights reserved.