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