public static class EntitlementSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EntitlementSummary |
build() |
EntitlementSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the tenancy containing the entitlement.
|
EntitlementSummary.Builder |
copy(EntitlementSummary model) |
EntitlementSummary.Builder |
csi(String csi)
The Customer Support Identifier (CSI) which unlocks the software sources.
|
EntitlementSummary.Builder |
vendorName(String vendorName)
The vendor for the entitlement.
|
public EntitlementSummary.Builder compartmentId(String compartmentId)
The OCID of the tenancy containing the entitlement.
compartmentId
- the value to setpublic 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.
csi
- the value to setpublic EntitlementSummary.Builder vendorName(String vendorName)
The vendor for the entitlement.
vendorName
- the value to setpublic EntitlementSummary build()
public EntitlementSummary.Builder copy(EntitlementSummary model)
Copyright © 2016–2024. All rights reserved.