public static class UpdateExternalExadataInfrastructureDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateExternalExadataInfrastructureDetails.Builder discoveryKey(String discoveryKey)
The unique key of the discovery request.
discoveryKey
- the value to setpublic UpdateExternalExadataInfrastructureDetails.Builder licenseModel(UpdateExternalExadataInfrastructureDetails.LicenseModel licenseModel)
The Oracle license model that applies to the database management resources.
licenseModel
- the value to setpublic UpdateExternalExadataInfrastructureDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic UpdateExternalExadataInfrastructureDetails.Builder displayName(String displayName)
The name of the Exadata infrastructure.
displayName
- the value to setpublic UpdateExternalExadataInfrastructureDetails.Builder dbSystemIds(List<String> dbSystemIds)
The list of all the DB systems OCIDs.
dbSystemIds
- the value to setpublic UpdateExternalExadataInfrastructureDetails.Builder storageServerNames(List<String> storageServerNames)
The list of the names of Exadata storage servers to be monitored. If not specified, it includes all Exadata storage servers associated with the monitored DB systems.
storageServerNames
- the value to setpublic UpdateExternalExadataInfrastructureDetails.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 UpdateExternalExadataInfrastructureDetails.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. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic UpdateExternalExadataInfrastructureDetails build()
public UpdateExternalExadataInfrastructureDetails.Builder copy(UpdateExternalExadataInfrastructureDetails model)
Copyright © 2016–2024. All rights reserved.