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