Package com.oracle.bmc.usage.model
Class ResourceQuotumCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.usage.model.ResourceQuotumCollection.Builder
-
- Enclosing class:
- ResourceQuotumCollection
public static class ResourceQuotumCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceQuotumCollection
build()
ResourceQuotumCollection.Builder
copy(ResourceQuotumCollection model)
ResourceQuotumCollection.Builder
isAllowed(Boolean isAllowed)
Used to indicate if further quota consumption isAllowed.ResourceQuotumCollection.Builder
items(List<ResourceQuotumSummary> items)
The list of resource quota details.
-
-
-
Method Detail
-
items
public ResourceQuotumCollection.Builder items(List<ResourceQuotumSummary> items)
The list of resource quota details.- Parameters:
items
- the value to set- Returns:
- this builder
-
isAllowed
public ResourceQuotumCollection.Builder isAllowed(Boolean isAllowed)
Used to indicate if further quota consumption isAllowed.- Parameters:
isAllowed
- the value to set- Returns:
- this builder
-
build
public ResourceQuotumCollection build()
-
copy
public ResourceQuotumCollection.Builder copy(ResourceQuotumCollection model)
-
-