Package com.oracle.bmc.database.model
Class UpdateCloudExadataInfrastructureDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.UpdateCloudExadataInfrastructureDetails.Builder
-
- Enclosing class:
- UpdateCloudExadataInfrastructureDetails
public static class UpdateCloudExadataInfrastructureDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateCloudExadataInfrastructureDetails.Builder displayName(String displayName)
The user-friendly name for the cloud Exadata infrastructure.The name does not need to be unique.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
maintenanceWindow
public UpdateCloudExadataInfrastructureDetails.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow)
-
computeCount
public UpdateCloudExadataInfrastructureDetails.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 UpdateCloudExadataInfrastructureDetails.Builder storageCount(Integer storageCount)
The number of storage servers for the cloud Exadata infrastructure.- Parameters:
storageCount
- the value to set- Returns:
- this builder
-
freeformTags
public 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"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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.
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
customerContacts
public 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.
- Parameters:
customerContacts
- the value to set- Returns:
- this builder
-
build
public UpdateCloudExadataInfrastructureDetails build()
-
copy
public UpdateCloudExadataInfrastructureDetails.Builder copy(UpdateCloudExadataInfrastructureDetails model)
-
-