Class CreateEntitlementDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.CreateEntitlementDetails.Builder
-
- Enclosing class:
- CreateEntitlementDetails
public static class CreateEntitlementDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateEntitlementDetails
build()
CreateEntitlementDetails.Builder
compartmentId(String compartmentId)
The OCID of the tenancy containing the entitlement.CreateEntitlementDetails.Builder
copy(CreateEntitlementDetails model)
CreateEntitlementDetails.Builder
csi(String csi)
The Customer Support Identifier (CSI) which unlocks the software sources.
-
-
-
Method Detail
-
compartmentId
public CreateEntitlementDetails.Builder compartmentId(String compartmentId)
The OCID of the tenancy containing the entitlement.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
csi
public CreateEntitlementDetails.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
-
build
public CreateEntitlementDetails build()
-
copy
public CreateEntitlementDetails.Builder copy(CreateEntitlementDetails model)
-
-