Class AssociatedOccHandoverResourceBlock.Builder
- java.lang.Object
-
- com.oracle.bmc.capacitymanagement.model.AssociatedOccHandoverResourceBlock.Builder
-
- Enclosing class:
- AssociatedOccHandoverResourceBlock
public static class AssociatedOccHandoverResourceBlock.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedOccHandoverResourceBlock
build()
AssociatedOccHandoverResourceBlock.Builder
copy(AssociatedOccHandoverResourceBlock model)
AssociatedOccHandoverResourceBlock.Builder
handoverQuantity(Long handoverQuantity)
The total quantity of the resource that was made available to the customer as part of this resource blockAssociatedOccHandoverResourceBlock.Builder
occHandoverResourceBlockId(String occHandoverResourceBlockId)
The OCID of the handed over resource block.
-
-
-
Method Detail
-
occHandoverResourceBlockId
public AssociatedOccHandoverResourceBlock.Builder occHandoverResourceBlockId(String occHandoverResourceBlockId)
The OCID of the handed over resource block.- Parameters:
occHandoverResourceBlockId
- the value to set- Returns:
- this builder
-
handoverQuantity
public 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
-
build
public AssociatedOccHandoverResourceBlock build()
-
copy
public AssociatedOccHandoverResourceBlock.Builder copy(AssociatedOccHandoverResourceBlock model)
-
-