java.lang.Object | |
↳ | org.mule.module.s3.model.RoutingRuleCondition |
A container for describing a condition that must be met for the specified redirect to apply. For example if request is for pages in the /docs folder, redirect to the /documents folder or if request results in HTTP error 4xx, redirect request to another host where you might process the error.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
httpErrorCodeReturnedEquals | The HTTP error code when the redirect is applied. | ||||||||||
keyPrefixEquals | The object key name prefix when the redirect is applied. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the HTTP error code when the redirect is applied.
| |||||||||||
Return the object key name prefix when the redirect is applied.
| |||||||||||
Set the HTTP error code when the redirect is applied.
| |||||||||||
Set the object key name prefix when the redirect is applied.
| |||||||||||
Set the HTTP error code when the redirect is applied and returns a reference to this object(RoutingRuleCondition) for method chaining.
| |||||||||||
Set the object key name prefix when the redirect is applied and returns a reference to this object(RoutingRuleCondition) for method chaining.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied.
The object key name prefix when the redirect is applied. For example, to redirect requests for ExamplePage.html, the key prefix will be ExamplePage.html. To redirect request for all pages with the prefix docs/, the key prefix will be /docs, which identifies all objects in the docs/ folder.
Return the HTTP error code when the redirect is applied.
Return the object key name prefix when the redirect is applied.
Set the HTTP error code when the redirect is applied.
httpErrorCodeReturnedEquals |
---|
Set the object key name prefix when the redirect is applied.
keyPrefixEquals |
---|
Set the HTTP error code when the redirect is applied and returns a reference to this object(RoutingRuleCondition) for method chaining.
httpErrorCodeReturnedEquals |
---|
Set the object key name prefix when the redirect is applied and returns a reference to this object(RoutingRuleCondition) for method chaining.
keyPrefixEquals |
---|