public abstract static class AllocationPool.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
end |
protected String |
start |
| Constructor and Description |
|---|
AllocationPool.Builder() |
| Modifier and Type | Method and Description |
|---|---|
AllocationPool |
build() |
AllocationPool.Builder |
end(String end) |
AllocationPool.Builder |
fromAllocationPool(AllocationPool in) |
protected abstract AllocationPool.Builder |
self() |
AllocationPool.Builder |
start(String start) |
protected abstract AllocationPool.Builder self()
public AllocationPool.Builder start(String start)
AllocationPool.getStart()public AllocationPool.Builder end(String end)
AllocationPool.getEnd()public AllocationPool build()
public AllocationPool.Builder fromAllocationPool(AllocationPool in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.