public static class CreateCloudExadataInfrastructureDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateCloudExadataInfrastructureDetails.Builder availabilityDomain(String availabilityDomain)
The availability domain where the cloud Exadata infrastructure is located.
availabilityDomain
- the value to setpublic CreateCloudExadataInfrastructureDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateCloudExadataInfrastructureDetails.Builder displayName(String displayName)
The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
displayName
- the value to setpublic CreateCloudExadataInfrastructureDetails.Builder shape(String shape)
The shape of the cloud Exadata infrastructure resource.
shape
- the value to setpublic CreateCloudExadataInfrastructureDetails.Builder computeCount(Integer computeCount)
The number of compute servers for the cloud Exadata infrastructure.
computeCount
- the value to setpublic CreateCloudExadataInfrastructureDetails.Builder storageCount(Integer storageCount)
The number of storage servers for the cloud Exadata infrastructure.
storageCount
- the value to setpublic CreateCloudExadataInfrastructureDetails.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow)
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"}
freeformTags
- the value to setpublic 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.
definedTags
- the value to setpublic CreateCloudExadataInfrastructureDetails.Builder clusterPlacementGroupId(String clusterPlacementGroupId)
The OCID of the cluster placement group of the Exadata Infrastructure.
clusterPlacementGroupId
- the value to setpublic CreateCloudExadataInfrastructureDetails.Builder subscriptionId(String subscriptionId)
The OCID of the subscription with which resource needs to be associated with.
subscriptionId
- the value to setpublic CreateCloudExadataInfrastructureDetails.Builder customerContacts(List<CustomerContact> customerContacts)
Customer contacts.
customerContacts
- the value to setpublic CreateCloudExadataInfrastructureDetails build()
public CreateCloudExadataInfrastructureDetails.Builder copy(CreateCloudExadataInfrastructureDetails model)
Copyright © 2016–2024. All rights reserved.