public static class CreateExternalExadataInfrastructureDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateExternalExadataInfrastructureDetails.Builder discoveryKey(String discoveryKey)
The unique key of the discovery request.
discoveryKey
- the value to setpublic CreateExternalExadataInfrastructureDetails.Builder licenseModel(CreateExternalExadataInfrastructureDetails.LicenseModel licenseModel)
The Oracle license model that applies to the database management resources.
licenseModel
- the value to setpublic CreateExternalExadataInfrastructureDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateExternalExadataInfrastructureDetails.Builder displayName(String displayName)
The name of the Exadata infrastructure.
displayName
- the value to setpublic CreateExternalExadataInfrastructureDetails.Builder dbSystemIds(List<String> dbSystemIds)
The list of DB systems in the Exadata infrastructure.
dbSystemIds
- the value to setpublic CreateExternalExadataInfrastructureDetails.Builder storageServerNames(List<String> storageServerNames)
The list of all the Exadata storage server names to be included for monitoring purposes. If not specified, all the Exadata storage servers associated with the DB systems are included.
storageServerNames
- the value to setpublic CreateExternalExadataInfrastructureDetails.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 CreateExternalExadataInfrastructureDetails.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 CreateExternalExadataInfrastructureDetails build()
public CreateExternalExadataInfrastructureDetails.Builder copy(CreateExternalExadataInfrastructureDetails model)
Copyright © 2016–2024. All rights reserved.