Class UpdateExternalExadataInfrastructureDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.UpdateExternalExadataInfrastructureDetails.Builder
-
- Enclosing class:
- UpdateExternalExadataInfrastructureDetails
public static class UpdateExternalExadataInfrastructureDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
discoveryKey
public UpdateExternalExadataInfrastructureDetails.Builder discoveryKey(String discoveryKey)
The unique key of the discovery request.- Parameters:
discoveryKey
- the value to set- Returns:
- this builder
-
licenseModel
public UpdateExternalExadataInfrastructureDetails.Builder licenseModel(UpdateExternalExadataInfrastructureDetails.LicenseModel licenseModel)
The Oracle license model that applies to the database management resources.- Parameters:
licenseModel
- the value to set- Returns:
- this builder
-
compartmentId
public UpdateExternalExadataInfrastructureDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public UpdateExternalExadataInfrastructureDetails.Builder displayName(String displayName)
The name of the Exadata infrastructure.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
dbSystemIds
public UpdateExternalExadataInfrastructureDetails.Builder dbSystemIds(List<String> dbSystemIds)
The list of all the DB systems OCIDs.- Parameters:
dbSystemIds
- the value to set- Returns:
- this builder
-
storageServerNames
public 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.
- Parameters:
storageServerNames
- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateExternalExadataInfrastructureDetails build()
-
copy
public UpdateExternalExadataInfrastructureDetails.Builder copy(UpdateExternalExadataInfrastructureDetails model)
-
-