Class AllocationPool.Builder
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.AllocationPool.Builder
-
- Enclosing class:
- AllocationPool
public static class AllocationPool.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
start
public AllocationPool.Builder start(String start)
Provide the start to the AllocationPool's Builder.- Returns:
- the Builder.
- See Also:
AllocationPool.getStart()
-
end
public AllocationPool.Builder end(String end)
Provide the end to the AllocationPool's Builder.- Returns:
- the Builder.
- See Also:
AllocationPool.getEnd()
-
build
public AllocationPool build()
- Returns:
- a AllocationPool constructed with this Builder.
-
fromAllocationPool
public AllocationPool.Builder fromAllocationPool(AllocationPool in)
- Returns:
- a Builder from another AllocationPool.
-
-