public static class NodeAttributes.Builder extends Object
Constructor and Description |
---|
NodeAttributes.Builder() |
Modifier and Type | Method and Description |
---|---|
static NodeAttributes |
condition(BaseNode.Condition condition) |
static NodeAttributes |
type(BaseNode.Type type) |
static NodeAttributes |
weight(Integer weight) |
public static NodeAttributes condition(BaseNode.Condition condition)
BaseNode.Builder#condition(Condition)
public static NodeAttributes type(BaseNode.Type type)
BaseNode.Builder#type(Type)
public static NodeAttributes weight(Integer weight)
BaseNode.Builder#weight(Integer)
Copyright © 2009-2013 jclouds. All Rights Reserved.