public static class CreateEntitlementDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public CreateEntitlementDetails.Builder compartmentId(String compartmentId)
The OCID of the tenancy containing the entitlement.
compartmentId
- the value to setpublic 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.
csi
- the value to setpublic CreateEntitlementDetails build()
public CreateEntitlementDetails.Builder copy(CreateEntitlementDetails model)
Copyright © 2016–2024. All rights reserved.