public class UpdateCDNContainerOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
UpdateCDNContainerOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static UpdateCDNContainerOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
UpdateCDNContainerOptions() |
Modifier and Type | Method and Description |
---|---|
UpdateCDNContainerOptions |
enabled(boolean enabled)
Enables or disables the CDN Container
|
UpdateCDNContainerOptions |
logRetention(boolean logRetention)
Enables or disables log retention
|
UpdateCDNContainerOptions |
staticWebsiteDirectoryType(com.google.common.net.MediaType directoryType)
Sets the directory marker type for the Static Website.
|
UpdateCDNContainerOptions |
staticWebsiteErrorPage(String errorPage)
Sets the error page for the Static Website.
|
UpdateCDNContainerOptions |
staticWebsiteIndexPage(String indexPage)
Sets the index page for the Static Website.
|
UpdateCDNContainerOptions |
staticWebsiteListings(boolean listings)
Enables or disables listings for the Static Website.
|
UpdateCDNContainerOptions |
staticWebsiteListingsCSS(String listingsCSS)
Sets the listings CSS page for the Static Website.
|
UpdateCDNContainerOptions |
ttl(int ttl)
Updates TTL
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final UpdateCDNContainerOptions NONE
public UpdateCDNContainerOptions ttl(int ttl)
public UpdateCDNContainerOptions logRetention(boolean logRetention)
public UpdateCDNContainerOptions enabled(boolean enabled)
public UpdateCDNContainerOptions staticWebsiteDirectoryType(com.google.common.net.MediaType directoryType)
public UpdateCDNContainerOptions staticWebsiteErrorPage(String errorPage)
public UpdateCDNContainerOptions staticWebsiteIndexPage(String indexPage)
public UpdateCDNContainerOptions staticWebsiteListings(boolean listings)
public UpdateCDNContainerOptions staticWebsiteListingsCSS(String listingsCSS)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.