Package com.oracle.bmc.core.model
Class IpInventorySubnetResourceCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.IpInventorySubnetResourceCollection.Builder
-
- Enclosing class:
- IpInventorySubnetResourceCollection
public static class IpInventorySubnetResourceCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpInventorySubnetResourceCollection
build()
IpInventorySubnetResourceCollection.Builder
compartmentId(String compartmentId)
The compartment of the subnet.IpInventorySubnetResourceCollection.Builder
copy(IpInventorySubnetResourceCollection model)
IpInventorySubnetResourceCollection.Builder
count(Integer count)
Specifies the count for the number of results for the response.IpInventorySubnetResourceCollection.Builder
ipInventorySubnetResourceSummary(List<IpInventorySubnetResourceSummary> ipInventorySubnetResourceSummary)
Lists SubnetResourceSummary objects.IpInventorySubnetResourceCollection.Builder
lastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Timestamp of the latest update from the database in the format defined by RFC3339.IpInventorySubnetResourceCollection.Builder
message(String message)
Indicates the status of the data.
-
-
-
Method Detail
-
count
public IpInventorySubnetResourceCollection.Builder count(Integer count)
Specifies the count for the number of results for the response.- Parameters:
count
- the value to set- Returns:
- this builder
-
lastUpdatedTimestamp
public IpInventorySubnetResourceCollection.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
-
ipInventorySubnetResourceSummary
public IpInventorySubnetResourceCollection.Builder ipInventorySubnetResourceSummary(List<IpInventorySubnetResourceSummary> ipInventorySubnetResourceSummary)
Lists SubnetResourceSummary objects.- Parameters:
ipInventorySubnetResourceSummary
- the value to set- Returns:
- this builder
-
message
public IpInventorySubnetResourceCollection.Builder message(String message)
Indicates the status of the data.- Parameters:
message
- the value to set- Returns:
- this builder
-
compartmentId
public IpInventorySubnetResourceCollection.Builder compartmentId(String compartmentId)
The compartment of the subnet.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public IpInventorySubnetResourceCollection build()
-
copy
public IpInventorySubnetResourceCollection.Builder copy(IpInventorySubnetResourceCollection model)
-
-