Package com.oracle.bmc.core.model
Class IpInventoryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.IpInventoryCollection.Builder
-
- Enclosing class:
- IpInventoryCollection
public static class IpInventoryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpInventoryCollectionbuild()IpInventoryCollection.BuildercompartmentsPerTenant(Long compartmentsPerTenant)The number of compartments per compartments per tenant.IpInventoryCollection.Buildercopy(IpInventoryCollection model)IpInventoryCollection.Buildercount(Integer count)Species the count for the number of results for the response.IpInventoryCollection.BuilderinventoryVcnCollection(List<InventoryVcnSummary> inventoryVcnCollection)Lists IpInventoryVcnSummary objects.IpInventoryCollection.BuilderlastUpdatedTimestamp(Date lastUpdatedTimestamp)The timestamp of the latest update from the database in the format defined by RFC3339.IpInventoryCollection.Buildermessage(String message)Indicates the status of the data.
-
-
-
Method Detail
-
count
public IpInventoryCollection.Builder count(Integer count)
Species the count for the number of results for the response.- Parameters:
count- the value to set- Returns:
- this builder
-
lastUpdatedTimestamp
public IpInventoryCollection.Builder lastUpdatedTimestamp(Date lastUpdatedTimestamp)
The timestamp of the latest update from the database in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
lastUpdatedTimestamp- the value to set- Returns:
- this builder
-
compartmentsPerTenant
public IpInventoryCollection.Builder compartmentsPerTenant(Long compartmentsPerTenant)
The number of compartments per compartments per tenant.- Parameters:
compartmentsPerTenant- the value to set- Returns:
- this builder
-
inventoryVcnCollection
public IpInventoryCollection.Builder inventoryVcnCollection(List<InventoryVcnSummary> inventoryVcnCollection)
Lists IpInventoryVcnSummary objects.- Parameters:
inventoryVcnCollection- the value to set- Returns:
- this builder
-
message
public IpInventoryCollection.Builder message(String message)
Indicates the status of the data.- Parameters:
message- the value to set- Returns:
- this builder
-
build
public IpInventoryCollection build()
-
copy
public IpInventoryCollection.Builder copy(IpInventoryCollection model)
-
-