public static interface CdnEndpoint.UpdatePremiumEndpoint extends CdnEndpoint.Update
Modifier and Type | Method and Description |
---|---|
CdnEndpoint.UpdatePremiumEndpoint |
withCustomDomain(String hostName)
Adds a new CDN custom domain within an endpoint.
|
CdnEndpoint.UpdatePremiumEndpoint |
withHostHeader(String hostHeader)
Specifies the host header.
|
CdnEndpoint.UpdatePremiumEndpoint |
withHttpAllowed(boolean httpAllowed)
Specifies if HTTP traffic is allowed.
|
CdnEndpoint.UpdatePremiumEndpoint |
withHttpPort(int httpPort)
Specifies the port for HTTP traffic.
|
CdnEndpoint.UpdatePremiumEndpoint |
withHttpsAllowed(boolean httpsAllowed)
Specifies if HTTPS traffic is allowed.
|
CdnEndpoint.UpdatePremiumEndpoint |
withHttpsPort(int httpsPort)
Specifies the port for HTTPS traffic.
|
CdnEndpoint.UpdatePremiumEndpoint |
withOriginPath(String originPath)
Specifies the origin path.
|
CdnEndpoint.UpdatePremiumEndpoint |
withoutCustomDomain(String hostName)
Removes CDN custom domain within an endpoint.
|
CdnEndpoint.UpdatePremiumEndpoint withOriginPath(String originPath)
originPath
- an origin pathCdnEndpoint.UpdatePremiumEndpoint withHostHeader(String hostHeader)
hostHeader
- a host headerCdnEndpoint.UpdatePremiumEndpoint withHttpAllowed(boolean httpAllowed)
httpAllowed
- if true then HTTP traffic will be allowed.CdnEndpoint.UpdatePremiumEndpoint withHttpsAllowed(boolean httpsAllowed)
httpsAllowed
- if true then HTTPS traffic will be allowed.CdnEndpoint.UpdatePremiumEndpoint withHttpPort(int httpPort)
httpPort
- a port number.CdnEndpoint.UpdatePremiumEndpoint withHttpsPort(int httpsPort)
httpsPort
- a port number.CdnEndpoint.UpdatePremiumEndpoint withCustomDomain(String hostName)
hostName
- a custom domain host name.CdnEndpoint.UpdatePremiumEndpoint withoutCustomDomain(String hostName)
hostName
- a custom domain host name.Copyright © 2019. All rights reserved.