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