org.jclouds.googlecloudstorage.domain.internal
Class Rule.Builder

java.lang.Object
  extended by org.jclouds.googlecloudstorage.domain.internal.Rule.Builder
Enclosing class:
Rule

public static class Rule.Builder
extends Object


Constructor Summary
Rule.Builder()
           
 
Method Summary
 Rule.Builder action(Action action)
           
 Rule build()
           
 Rule.Builder condtion(Condition condition)
           
 Rule.Builder fromRule(Rule in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule.Builder

public Rule.Builder()
Method Detail

action

public Rule.Builder action(Action action)

condtion

public Rule.Builder condtion(Condition condition)

build

public Rule build()

fromRule

public Rule.Builder fromRule(Rule in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.