Package | Description |
---|---|
org.mule.module.s3.model |
Modifier and Type | Method and Description |
---|---|
RoutingRule |
RoutingRule.withCondition(RoutingRuleCondition 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.
|
RoutingRule |
RoutingRule.withRedirect(RedirectRule redirect)
Set the redirect information and returns a reference to this object(RoutingRule) for method chaining.
|
Modifier and Type | Method and Description |
---|---|
List<RoutingRule> |
BucketWebsiteConfiguration.getRoutingRules()
Return the list of routing rules that can be used for configuring redirects if certain conditions are meet.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketWebsiteConfiguration.setRoutingRules(List<RoutingRule> routingRules)
Set the list of routing rules that can be used for configuring redirects if certain conditions are meet.
|
BucketWebsiteConfiguration |
BucketWebsiteConfiguration.withRoutingRules(List<RoutingRule> routingRules)
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.
|
Copyright © 2010–2017. All rights reserved.