Class EntitlementSummary.Builder
- java.lang.Object
 - 
- com.oracle.bmc.osmanagementhub.model.EntitlementSummary.Builder
 
 
- 
- Enclosing class:
 - EntitlementSummary
 
public static class EntitlementSummary.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntitlementSummarybuild()EntitlementSummary.BuildercompartmentId(String compartmentId)The OCID of the tenancy containing the entitlement.EntitlementSummary.Buildercopy(EntitlementSummary model)EntitlementSummary.Buildercsi(String csi)The Customer Support Identifier (CSI) which unlocks the software sources.EntitlementSummary.BuildervendorName(String vendorName)The vendor for the entitlement. 
 - 
 
- 
- 
Method Detail
- 
compartmentId
public EntitlementSummary.Builder compartmentId(String compartmentId)
The OCID of the tenancy containing the entitlement.- Parameters:
 compartmentId- the value to set- Returns:
 - this builder
 
 
- 
csi
public EntitlementSummary.Builder csi(String csi)
The Customer Support Identifier (CSI) which unlocks the software sources.The CSI is is a unique key given to a customer and it uniquely identifies the entitlement.
- Parameters:
 csi- the value to set- Returns:
 - this builder
 
 
- 
vendorName
public EntitlementSummary.Builder vendorName(String vendorName)
The vendor for the entitlement.- Parameters:
 vendorName- the value to set- Returns:
 - this builder
 
 
- 
build
public EntitlementSummary build()
 
- 
copy
public EntitlementSummary.Builder copy(EntitlementSummary model)
 
 - 
 
 -