org.jclouds.rackspace.cloudloadbalancers.v1.domain
Class UpdateNode.Builder

java.lang.Object
  extended by org.jclouds.rackspace.cloudloadbalancers.v1.domain.UpdateNode.Builder
Enclosing class:
UpdateNode

public static class UpdateNode.Builder
extends Object


Constructor Summary
UpdateNode.Builder()
           
 
Method Summary
 UpdateNode build()
           
 UpdateNode.Builder condition(BaseNode.Condition condition)
           
 UpdateNode.Builder from(UpdateNode in)
           
 UpdateNode.Builder type(BaseNode.Type type)
           
 UpdateNode.Builder weight(Integer weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateNode.Builder

public UpdateNode.Builder()
Method Detail

condition

public UpdateNode.Builder condition(BaseNode.Condition condition)
See Also:
BaseNode.Builder#condition(Condition)

type

public UpdateNode.Builder type(BaseNode.Type type)
See Also:
BaseNode.Builder#type(Type)

weight

public UpdateNode.Builder weight(Integer weight)
See Also:
BaseNode.Builder#weight(Integer)

build

public UpdateNode build()

from

public UpdateNode.Builder from(UpdateNode in)


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