Package com.oracle.bmc.identity.model
Class AllowedDomainLicenseTypeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.AllowedDomainLicenseTypeSummary.Builder
-
- Enclosing class:
- AllowedDomainLicenseTypeSummary
public static class AllowedDomainLicenseTypeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedDomainLicenseTypeSummary
build()
AllowedDomainLicenseTypeSummary.Builder
copy(AllowedDomainLicenseTypeSummary model)
AllowedDomainLicenseTypeSummary.Builder
description(String description)
The license type description.AllowedDomainLicenseTypeSummary.Builder
licenseType(String licenseType)
The license type identifier.AllowedDomainLicenseTypeSummary.Builder
name(String name)
The license type name.
-
-
-
Method Detail
-
name
public AllowedDomainLicenseTypeSummary.Builder name(String name)
The license type name.Example: "Oracle Apps Premium"
- Parameters:
name
- the value to set- Returns:
- this builder
-
licenseType
public AllowedDomainLicenseTypeSummary.Builder licenseType(String licenseType)
The license type identifier.Example: "oracle-apps-premium"
- Parameters:
licenseType
- the value to set- Returns:
- this builder
-
description
public AllowedDomainLicenseTypeSummary.Builder description(String description)
The license type description.- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public AllowedDomainLicenseTypeSummary build()
-
copy
public AllowedDomainLicenseTypeSummary.Builder copy(AllowedDomainLicenseTypeSummary model)
-
-