public 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)
Provide the end to the AllocationPool's Builder.
|
AllocationPool.Builder |
fromAllocationPool(AllocationPool in) |
AllocationPool.Builder |
start(String start)
Provide the start to the AllocationPool's Builder.
|
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-2016 The Apache Software Foundation. All Rights Reserved.