Class CreateOccAvailabilityCatalogDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.capacitymanagement.model.CreateOccAvailabilityCatalogDetails.Builder
-
- Enclosing class:
- CreateOccAvailabilityCatalogDetails
public static class CreateOccAvailabilityCatalogDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
occCustomerGroupId
public CreateOccAvailabilityCatalogDetails.Builder occCustomerGroupId(String occCustomerGroupId)
The OCID of the customer group.- Parameters:
occCustomerGroupId
- the value to set- Returns:
- this builder
-
namespace
public 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
-
compartmentId
public 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
-
base64EncodedCatalogDetails
public 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
-
metadataDetails
public CreateOccAvailabilityCatalogDetails.Builder metadataDetails(MetadataDetails metadataDetails)
-
displayName
public CreateOccAvailabilityCatalogDetails.Builder displayName(String displayName)
The display name of the availability catalog.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public CreateOccAvailabilityCatalogDetails.Builder description(String description)
Additional information about the availability catalog.- Parameters:
description
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
build
public CreateOccAvailabilityCatalogDetails build()
-
copy
public CreateOccAvailabilityCatalogDetails.Builder copy(CreateOccAvailabilityCatalogDetails model)
-
-