Class ExternalExadataInfrastructureSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExternalExadataInfrastructureSummary.Builder
-
- Enclosing class:
- ExternalExadataInfrastructureSummary
public static class ExternalExadataInfrastructureSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public ExternalExadataInfrastructureSummary.Builder id(String id)
-
displayName
public ExternalExadataInfrastructureSummary.Builder displayName(String displayName)
-
version
public ExternalExadataInfrastructureSummary.Builder version(String version)
-
internalId
public ExternalExadataInfrastructureSummary.Builder internalId(String internalId)
-
status
public ExternalExadataInfrastructureSummary.Builder status(String status)
-
lifecycleState
public ExternalExadataInfrastructureSummary.Builder lifecycleState(DbmResource.LifecycleState lifecycleState)
-
timeCreated
public ExternalExadataInfrastructureSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public ExternalExadataInfrastructureSummary.Builder timeUpdated(Date timeUpdated)
-
lifecycleDetails
public ExternalExadataInfrastructureSummary.Builder lifecycleDetails(String lifecycleDetails)
-
additionalDetails
public ExternalExadataInfrastructureSummary.Builder additionalDetails(Map<String,String> additionalDetails)
-
rackSize
public ExternalExadataInfrastructureSummary.Builder rackSize(ExternalExadataInfrastructureSummary.RackSize rackSize)
The rack size of the Exadata infrastructure.- Parameters:
rackSize
- the value to set- Returns:
- this builder
-
compartmentId
public ExternalExadataInfrastructureSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
licenseModel
public ExternalExadataInfrastructureSummary.Builder licenseModel(ExternalExadataInfrastructureSummary.LicenseModel licenseModel)
The Oracle license model that applies to the database management resources.- Parameters:
licenseModel
- the value to set- Returns:
- this builder
-
gridHomePath
public ExternalExadataInfrastructureSummary.Builder gridHomePath(String gridHomePath)
The Oracle grid home path.- Parameters:
gridHomePath
- the value to set- Returns:
- this builder
-
freeformTags
public ExternalExadataInfrastructureSummary.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 ExternalExadataInfrastructureSummary.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 ExternalExadataInfrastructureSummary.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 ExternalExadataInfrastructureSummary build()
-
copy
public ExternalExadataInfrastructureSummary.Builder copy(ExternalExadataInfrastructureSummary model)
-
-