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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
availabilityDomain
public CreateCloudExadataInfrastructureDetails.Builder availabilityDomain(String availabilityDomain)
The availability domain where the cloud Exadata infrastructure is located.- Parameters:
availabilityDomain
- the value to set- Returns:
- this builder
-
compartmentId
public CreateCloudExadataInfrastructureDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public 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
-
shape
public CreateCloudExadataInfrastructureDetails.Builder shape(String shape)
The shape of the cloud Exadata infrastructure resource.- Parameters:
shape
- the value to set- Returns:
- this builder
-
computeCount
public CreateCloudExadataInfrastructureDetails.Builder computeCount(Integer computeCount)
The number of compute servers for the cloud Exadata infrastructure.- Parameters:
computeCount
- the value to set- Returns:
- this builder
-
storageCount
public CreateCloudExadataInfrastructureDetails.Builder storageCount(Integer storageCount)
The number of storage servers for the cloud Exadata infrastructure.- Parameters:
storageCount
- the value to set- Returns:
- this builder
-
maintenanceWindow
public CreateCloudExadataInfrastructureDetails.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow)
-
freeformTags
public 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
-
definedTags
public 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
-
clusterPlacementGroupId
public CreateCloudExadataInfrastructureDetails.Builder clusterPlacementGroupId(String clusterPlacementGroupId)
The OCID of the cluster placement group of the Exadata Infrastructure.- Parameters:
clusterPlacementGroupId
- the value to set- Returns:
- this builder
-
subscriptionId
public 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
-
customerContacts
public CreateCloudExadataInfrastructureDetails.Builder customerContacts(List<CustomerContact> customerContacts)
Customer contacts.- Parameters:
customerContacts
- the value to set- Returns:
- this builder
-
databaseServerType
public CreateCloudExadataInfrastructureDetails.Builder databaseServerType(String databaseServerType)
The database server type of the Exadata infrastructure.- Parameters:
databaseServerType
- the value to set- Returns:
- this builder
-
storageServerType
public CreateCloudExadataInfrastructureDetails.Builder storageServerType(String storageServerType)
The storage server type of the Exadata infrastructure.- Parameters:
storageServerType
- the value to set- Returns:
- this builder
-
build
public CreateCloudExadataInfrastructureDetails build()
-
copy
public CreateCloudExadataInfrastructureDetails.Builder copy(CreateCloudExadataInfrastructureDetails model)
-
-