public static class UpdateCloudExadataInfrastructureDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateCloudExadataInfrastructureDetails.Builder displayName(String displayName)
The user-friendly name for the cloud Exadata infrastructure. The name does not need to be unique.
displayName
- the value to setpublic UpdateCloudExadataInfrastructureDetails.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow)
public UpdateCloudExadataInfrastructureDetails.Builder computeCount(Integer computeCount)
The number of compute servers for the cloud Exadata infrastructure.
computeCount
- the value to setpublic UpdateCloudExadataInfrastructureDetails.Builder storageCount(Integer storageCount)
The number of storage servers for the cloud Exadata infrastructure.
storageCount
- the value to setpublic UpdateCloudExadataInfrastructureDetails.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 UpdateCloudExadataInfrastructureDetails.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 UpdateCloudExadataInfrastructureDetails.Builder customerContacts(List<CustomerContact> customerContacts)
Customer contacts. Setting this to an empty list removes all customer contact information (email addresses) for the specified OCI Database service resource.
customerContacts
- the value to setpublic UpdateCloudExadataInfrastructureDetails build()
public UpdateCloudExadataInfrastructureDetails.Builder copy(UpdateCloudExadataInfrastructureDetails model)
Copyright © 2016–2024. All rights reserved.