Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.s3.model
Class RoutingRule

java.lang.Object
  extended by com.amazonaws.services.s3.model.RoutingRule

public class RoutingRule
extends Object

Container for one routing rule that identifies a condition and a redirect that applies when the condition is met.


Constructor Summary
RoutingRule()
           
 
Method Summary
 RoutingRuleCondition getCondition()
          Return the condition that must be met for the specified redirect to apply.
 RedirectRule getRedirect()
          Return the redirect information.
 void setCondition(RoutingRuleCondition condition)
          Set the condition that must be met for the specified redirect to apply.
 void setRedirect(RedirectRule redirect)
          Set the redirect information.
 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 withRedirect(RedirectRule redirect)
          Set the redirect information and returns a reference to this object(RoutingRule) for method chaining.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingRule

public RoutingRule()
Method Detail

setCondition

public void setCondition(RoutingRuleCondition condition)
Set the condition that must be met for the specified redirect to apply.


getCondition

public RoutingRuleCondition getCondition()
Return the condition that must be met for the specified redirect to apply.


withCondition

public 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.


setRedirect

public void setRedirect(RedirectRule redirect)
Set the redirect information.


getRedirect

public RedirectRule getRedirect()
Return the redirect information.


withRedirect

public RoutingRule withRedirect(RedirectRule redirect)
Set the redirect information and returns a reference to this object(RoutingRule) for method chaining.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.