public abstract static class AbsoluteLimit.Builder<T extends AbsoluteLimit.Builder<T>> extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
name  | 
protected int | 
value  | 
| Constructor and Description | 
|---|
AbsoluteLimit.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
AbsoluteLimit | 
build()  | 
T | 
fromAbsoluteLimit(AbsoluteLimit in)  | 
T | 
name(String name)  | 
protected abstract T | 
self()  | 
T | 
value(int value)  | 
protected String name
protected int value
protected abstract T self()
public T name(String name)
AbsoluteLimit.getName()public T value(int value)
AbsoluteLimit.getValue()public AbsoluteLimit build()
public T fromAbsoluteLimit(AbsoluteLimit in)
Copyright © 2009-2013 jclouds. All Rights Reserved.