Class CreateOccAvailabilityCatalogDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.CreateOccAvailabilityCatalogDetails.Builder
 
- 
- Enclosing class:
- CreateOccAvailabilityCatalogDetails
 
 public static class CreateOccAvailabilityCatalogDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
occCustomerGroupIdpublic CreateOccAvailabilityCatalogDetails.Builder occCustomerGroupId(String occCustomerGroupId) The OCID of the customer group.- Parameters:
- occCustomerGroupId- the value to set
- Returns:
- this builder
 
 - 
namespacepublic CreateOccAvailabilityCatalogDetails.Builder namespace(Namespace namespace) The name of the OCI service in consideration.For example, Compute, Exadata, and so on. - Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateOccAvailabilityCatalogDetails.Builder compartmentId(String compartmentId) Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
base64EncodedCatalogDetailspublic CreateOccAvailabilityCatalogDetails.Builder base64EncodedCatalogDetails(String base64EncodedCatalogDetails) The base 64 encoded string corresponding to the catalog file contents.- Parameters:
- base64EncodedCatalogDetails- the value to set
- Returns:
- this builder
 
 - 
metadataDetailspublic CreateOccAvailabilityCatalogDetails.Builder metadataDetails(MetadataDetails metadataDetails) 
 - 
displayNamepublic CreateOccAvailabilityCatalogDetails.Builder displayName(String displayName) The display name of the availability catalog.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateOccAvailabilityCatalogDetails.Builder description(String description) Additional information about the availability catalog.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateOccAvailabilityCatalogDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateOccAvailabilityCatalogDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateOccAvailabilityCatalogDetails build() 
 - 
copypublic CreateOccAvailabilityCatalogDetails.Builder copy(CreateOccAvailabilityCatalogDetails model) 
 
- 
 
-