Class AssociatedOccHandoverResourceBlock.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.AssociatedOccHandoverResourceBlock.Builder
 
- 
- Enclosing class:
- AssociatedOccHandoverResourceBlock
 
 public static class AssociatedOccHandoverResourceBlock.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedOccHandoverResourceBlockbuild()AssociatedOccHandoverResourceBlock.Buildercopy(AssociatedOccHandoverResourceBlock model)AssociatedOccHandoverResourceBlock.BuilderhandoverQuantity(Long handoverQuantity)The total quantity of the resource that was made available to the customer as part of this resource blockAssociatedOccHandoverResourceBlock.BuilderoccHandoverResourceBlockId(String occHandoverResourceBlockId)The OCID of the handed over resource block.
 
- 
- 
- 
Method Detail- 
occHandoverResourceBlockIdpublic AssociatedOccHandoverResourceBlock.Builder occHandoverResourceBlockId(String occHandoverResourceBlockId) The OCID of the handed over resource block.- Parameters:
- occHandoverResourceBlockId- the value to set
- Returns:
- this builder
 
 - 
handoverQuantitypublic AssociatedOccHandoverResourceBlock.Builder handoverQuantity(Long handoverQuantity) The total quantity of the resource that was made available to the customer as part of this resource block- Parameters:
- handoverQuantity- the value to set
- Returns:
- this builder
 
 - 
buildpublic AssociatedOccHandoverResourceBlock build() 
 - 
copypublic AssociatedOccHandoverResourceBlock.Builder copy(AssociatedOccHandoverResourceBlock model) 
 
- 
 
-