Class ExternalExadataInfrastructure.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExternalExadataInfrastructure.Builder
-
- Enclosing class:
- ExternalExadataInfrastructure
public static class ExternalExadataInfrastructure.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public ExternalExadataInfrastructure.Builder id(String id)
-
displayName
public ExternalExadataInfrastructure.Builder displayName(String displayName)
-
version
public ExternalExadataInfrastructure.Builder version(String version)
-
internalId
public ExternalExadataInfrastructure.Builder internalId(String internalId)
-
status
public ExternalExadataInfrastructure.Builder status(String status)
-
lifecycleState
public ExternalExadataInfrastructure.Builder lifecycleState(DbmResource.LifecycleState lifecycleState)
-
timeCreated
public ExternalExadataInfrastructure.Builder timeCreated(Date timeCreated)
-
timeUpdated
public ExternalExadataInfrastructure.Builder timeUpdated(Date timeUpdated)
-
lifecycleDetails
public ExternalExadataInfrastructure.Builder lifecycleDetails(String lifecycleDetails)
-
additionalDetails
public ExternalExadataInfrastructure.Builder additionalDetails(Map<String,String> additionalDetails)
-
rackSize
public ExternalExadataInfrastructure.Builder rackSize(ExternalExadataInfrastructure.RackSize rackSize)
The rack size of the Exadata infrastructure.- Parameters:
rackSize
- the value to set- Returns:
- this builder
-
compartmentId
public ExternalExadataInfrastructure.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
licenseModel
public ExternalExadataInfrastructure.Builder licenseModel(ExternalExadataInfrastructure.LicenseModel licenseModel)
The Oracle license model that applies to the database management resources.- Parameters:
licenseModel
- the value to set- Returns:
- this builder
-
storageGrid
public ExternalExadataInfrastructure.Builder storageGrid(ExternalExadataStorageGridSummary storageGrid)
-
databaseSystems
public ExternalExadataInfrastructure.Builder databaseSystems(List<ExternalExadataDatabaseSystemSummary> databaseSystems)
A list of DB systems.- Parameters:
databaseSystems
- the value to set- Returns:
- this builder
-
databaseCompartments
public ExternalExadataInfrastructure.Builder databaseCompartments(List<String> databaseCompartments)
The list of [OCIDs] (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.- Parameters:
databaseCompartments
- the value to set- Returns:
- this builder
-
freeformTags
public ExternalExadataInfrastructure.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 ExternalExadataInfrastructure.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
-
systemTags
public ExternalExadataInfrastructure.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public ExternalExadataInfrastructure build()
-
copy
public ExternalExadataInfrastructure.Builder copy(ExternalExadataInfrastructure model)
-
-