Class ResourceBundle.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplaceprivateoffer.model.ResourceBundle.Builder
 
- 
- Enclosing class:
- ResourceBundle
 
 public static class ResourceBundle.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceBundlebuild()ResourceBundle.Buildercopy(ResourceBundle model)ResourceBundle.Builderquantity(Long quantity)The quantity of a resources associated with the bundleResourceBundle.BuilderresourceIds(List<String> resourceIds)the ids of the resources in the OfferResourceBundle.Buildertype(ResourceBundle.Type type)The type of resources in the bundleResourceBundle.BuilderunitOfMeasurement(ResourceBundle.UnitOfMeasurement unitOfMeasurement)The unit of measurement for the resource bundle
 
- 
- 
- 
Method Detail- 
typepublic ResourceBundle.Builder type(ResourceBundle.Type type) The type of resources in the bundle- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
quantitypublic ResourceBundle.Builder quantity(Long quantity) The quantity of a resources associated with the bundle- Parameters:
- quantity- the value to set
- Returns:
- this builder
 
 - 
unitOfMeasurementpublic ResourceBundle.Builder unitOfMeasurement(ResourceBundle.UnitOfMeasurement unitOfMeasurement) The unit of measurement for the resource bundle- Parameters:
- unitOfMeasurement- the value to set
- Returns:
- this builder
 
 - 
resourceIdspublic ResourceBundle.Builder resourceIds(List<String> resourceIds) the ids of the resources in the Offer- Parameters:
- resourceIds- the value to set
- Returns:
- this builder
 
 - 
buildpublic ResourceBundle build() 
 - 
copypublic ResourceBundle.Builder copy(ResourceBundle model) 
 
- 
 
-