Class EntitlementSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.EntitlementSummary.Builder
 
- 
- Enclosing class:
- EntitlementSummary
 
 public static class EntitlementSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
compartmentIdpublic EntitlementSummary.Builder compartmentId(String compartmentId) The OCID of the tenancy containing the entitlement.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
csipublic 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
 
 - 
vendorNamepublic EntitlementSummary.Builder vendorName(String vendorName) The vendor for the entitlement.- Parameters:
- vendorName- the value to set
- Returns:
- this builder
 
 - 
buildpublic EntitlementSummary build() 
 - 
copypublic EntitlementSummary.Builder copy(EntitlementSummary model) 
 
- 
 
-