Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableMultimap.Builder<String,Object> |
attributes |
protected String |
name |
protected String |
typeName |
Constructor and Description |
---|
Policy.Builder() |
protected abstract T self()
public T name(String name)
Policy.getName()
public T typeName(String typeName)
Policy.getTypeName()
public T attributes(com.google.common.collect.Multimap<String,Object> attributes)
Policy.getAttributes()
public T attribute(String key, Object value)
Policy.getAttributes()
public Policy build()
Copyright © 2009-2012 jclouds. All Rights Reserved.