Class ByoipAllocatedRangeCollection.Builder
- java.lang.Object
 - 
- com.oracle.bmc.vnmonitoring.model.ByoipAllocatedRangeCollection.Builder
 
 
- 
- Enclosing class:
 - ByoipAllocatedRangeCollection
 
public static class ByoipAllocatedRangeCollection.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByoipAllocatedRangeCollectionbuild()ByoipAllocatedRangeCollection.Buildercopy(ByoipAllocatedRangeCollection model)ByoipAllocatedRangeCollection.Builderitems(List<ByoipAllocatedRangeSummary> items)A list of subranges of a BYOIP CIDR block allocated to an IP pool. 
 - 
 
- 
- 
Method Detail
- 
items
public ByoipAllocatedRangeCollection.Builder items(List<ByoipAllocatedRangeSummary> items)
A list of subranges of a BYOIP CIDR block allocated to an IP pool.- Parameters:
 items- the value to set- Returns:
 - this builder
 
 
- 
build
public ByoipAllocatedRangeCollection build()
 
- 
copy
public ByoipAllocatedRangeCollection.Builder copy(ByoipAllocatedRangeCollection model)
 
 - 
 
 -