Package com.oracle.bmc.database.model
Class CreateCloudExadataInfrastructureDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.CreateCloudExadataInfrastructureDetails.Builder
 
- 
- Enclosing class:
- CreateCloudExadataInfrastructureDetails
 
 public static class CreateCloudExadataInfrastructureDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
availabilityDomainpublic CreateCloudExadataInfrastructureDetails.Builder availabilityDomain(String availabilityDomain) The availability domain where the cloud Exadata infrastructure is located.- Parameters:
- availabilityDomain- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateCloudExadataInfrastructureDetails.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreateCloudExadataInfrastructureDetails.Builder displayName(String displayName) The user-friendly name for the cloud Exadata infrastructure resource.The name does not need to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
shapepublic CreateCloudExadataInfrastructureDetails.Builder shape(String shape) The shape of the cloud Exadata infrastructure resource.- Parameters:
- shape- the value to set
- Returns:
- this builder
 
 - 
computeCountpublic CreateCloudExadataInfrastructureDetails.Builder computeCount(Integer computeCount) The number of compute servers for the cloud Exadata infrastructure.- Parameters:
- computeCount- the value to set
- Returns:
- this builder
 
 - 
storageCountpublic CreateCloudExadataInfrastructureDetails.Builder storageCount(Integer storageCount) The number of storage servers for the cloud Exadata infrastructure.- Parameters:
- storageCount- the value to set
- Returns:
- this builder
 
 - 
maintenanceWindowpublic CreateCloudExadataInfrastructureDetails.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow) 
 - 
freeformTagspublic CreateCloudExadataInfrastructureDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateCloudExadataInfrastructureDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
clusterPlacementGroupIdpublic CreateCloudExadataInfrastructureDetails.Builder clusterPlacementGroupId(String clusterPlacementGroupId) The OCID of the cluster placement group of the Exadata Infrastructure or Db System.- Parameters:
- clusterPlacementGroupId- the value to set
- Returns:
- this builder
 
 - 
subscriptionIdpublic CreateCloudExadataInfrastructureDetails.Builder subscriptionId(String subscriptionId) The OCID of the subscription with which resource needs to be associated with.- Parameters:
- subscriptionId- the value to set
- Returns:
- this builder
 
 - 
customerContactspublic CreateCloudExadataInfrastructureDetails.Builder customerContacts(List<CustomerContact> customerContacts) Customer contacts.- Parameters:
- customerContacts- the value to set
- Returns:
- this builder
 
 - 
databaseServerTypepublic CreateCloudExadataInfrastructureDetails.Builder databaseServerType(String databaseServerType) The database server type of the Exadata infrastructure.- Parameters:
- databaseServerType- the value to set
- Returns:
- this builder
 
 - 
storageServerTypepublic CreateCloudExadataInfrastructureDetails.Builder storageServerType(String storageServerType) The storage server type of the Exadata infrastructure.- Parameters:
- storageServerType- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateCloudExadataInfrastructureDetails build() 
 - 
copypublic CreateCloudExadataInfrastructureDetails.Builder copy(CreateCloudExadataInfrastructureDetails model) 
 
- 
 
-