java.lang.Object | |
↳ | org.mule.module.s3.model.RoutingRule |
Container for one routing rule that identifies a condition and a redirect that applies when the condition is met.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
condition | The condition that must be met for the specified redirect to apply. | ||||||||||
redirect | Container for redirect information. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the condition that must be met for the specified redirect to apply.
| |||||||||||
Return the redirect information.
| |||||||||||
Set the condition that must be met for the specified redirect to apply.
| |||||||||||
Set the redirect information.
| |||||||||||
Set the condition that must be met for the specified redirect to apply and returns a reference to this object(RoutingRule) for method chaining.
| |||||||||||
Set the redirect information and returns a reference to this object(RoutingRule) for method chaining.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The 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.
Container for redirect information. 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.
Return the condition that must be met for the specified redirect to apply.
Set the condition that must be met for the specified redirect to apply.
condition |
---|
Set the condition that must be met for the specified redirect to apply and returns a reference to this object(RoutingRule) for method chaining.
condition |
---|
Set the redirect information and returns a reference to this object(RoutingRule) for method chaining.
redirect |
---|