java.lang.Object | |
↳ | org.mule.module.s3.model.BucketWebsiteConfiguration |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
errorDocument | The complete path to the document to serve for 4xx errors. | ||||||||||
indexDocumentSuffix | The document to serve when a directory is specified (ex: index.html). | ||||||||||
redirectAllRequestsTo | Container for redirect information where all requests will be redirect to. | ||||||||||
routingRules | The list of routing rules that can be used for configuring redirects if certain conditions are meet. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new BucketWebsiteConfiguration.
| |||||||||||
Creates a new BucketWebsiteConfiguration with the specified index document suffix.
| |||||||||||
Creates a new BucketWebsiteConfiguration with the specified index document suffix and error document.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the complete path to the document to serve for 4xx errors, or null if no error document has been configured.
| |||||||||||
Returns the document to serve when a directory is specified (ex: index.html).
| |||||||||||
Return the redirect information where all requests will be redirect to.
| |||||||||||
Return the list of routing rules that can be used for configuring redirects if certain conditions are meet.
| |||||||||||
Sets the complete path to the document to serve for 4xx errors.
| |||||||||||
Sets the document to serve when a directory is specified (ex: index.html).
| |||||||||||
Sets the redirect information where all requests will be redirect to.
| |||||||||||
Set the list of routing rules that can be used for configuring redirects if certain conditions are meet.
| |||||||||||
Sets the redirect information where all requests will be redirect to and returns a reference to this object(BucketWebsiteConfiguration) for method chaining.
| |||||||||||
Set the list of routing rules that can be used for configuring redirects if certain conditions are meet and returns a reference to this object(BucketWebsiteConfiguration)
for method chaining.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The complete path to the document to serve for 4xx errors.
The document to serve when a directory is specified (ex: index.html). This path is relative to the requested resource.
Container for redirect information where all requests will be redirect to. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can can specify a different error code to return. .
The list of routing rules that can be used for configuring redirects if certain conditions are meet.
Creates a new BucketWebsiteConfiguration.
Creates a new BucketWebsiteConfiguration with the specified index document suffix.
indexDocumentSuffix | The document to serve when a directory is specified (ex: index.html). This path is relative to the requested resource. |
---|
Creates a new BucketWebsiteConfiguration with the specified index document suffix and error document.
indexDocumentSuffix | The document to serve when a directory is specified (ex: index.html). This path is relative to the requested resource. |
---|---|
errorDocument | The complete path to the document to serve for 4xx errors. |
Returns the complete path to the document to serve for 4xx errors, or null if no error document has been configured.
Returns the document to serve when a directory is specified (ex: index.html). This path is relative to the requested resource.
Return the redirect information where all requests will be redirect to.
Return the list of routing rules that can be used for configuring redirects if certain conditions are meet.
Sets the complete path to the document to serve for 4xx errors.
errorDocument | The complete path to the document to serve for 4xx errors. |
---|
Sets the document to serve when a directory is specified (ex: index.html). This path is relative to the requested resource.
indexDocumentSuffix | The document to serve when a directory is specified (ex: index.html). This path is relative to the requested resource. |
---|
Sets the redirect information where all requests will be redirect to.
redirectAllRequestsTo | The Redirect information where all requests will be redirect to. |
---|
Set the list of routing rules that can be used for configuring redirects if certain conditions are meet.
routingRules | The list of routing rules that can be used for configuring redirects. |
---|
Sets the redirect information where all requests will be redirect to and returns a reference to this object(BucketWebsiteConfiguration) for method chaining.
redirectAllRequestsTo | The Redirect information where all requests will be redirect to. |
---|
Set the list of routing rules that can be used for configuring redirects if certain conditions are meet and returns a reference to this object(BucketWebsiteConfiguration) for method chaining.
routingRules | The list of routing rules that can be used for configuring redirects. |
---|