public class BucketWebsiteConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
BucketWebsiteConfiguration() |
BucketWebsiteConfiguration(String indexDocumentSuffix,
String errorDocument,
RedirectRule redirectAllRequestsTo,
List<RoutingRule> routingRules) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getErrorDocument()
Returns the complete path to the document to serve for 4xx errors, or null if no error document has been configured.
|
String |
getIndexDocumentSuffix()
Returns the document to serve when a directory is specified (ex: index.html).
|
RedirectRule |
getRedirectAllRequestsTo()
Return the redirect information where all requests will be redirect to.
|
List<RoutingRule> |
getRoutingRules()
Return the list of routing rules that can be used for configuring redirects if certain conditions are meet.
|
int |
hashCode() |
public BucketWebsiteConfiguration(String indexDocumentSuffix, String errorDocument, RedirectRule redirectAllRequestsTo, List<RoutingRule> routingRules)
public BucketWebsiteConfiguration()
public String getIndexDocumentSuffix()
public String getErrorDocument()
public RedirectRule getRedirectAllRequestsTo()
public List<RoutingRule> getRoutingRules()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.