org.jclouds.rackspace.cloudloadbalancers.v1.domain
Class UpdateNode.Builder
java.lang.Object
org.jclouds.rackspace.cloudloadbalancers.v1.domain.UpdateNode.Builder
- Enclosing class:
- UpdateNode
public static class UpdateNode.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateNode.Builder
public UpdateNode.Builder()
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.