Class ExternalExadataStorageGrid.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExternalExadataStorageGrid.Builder
-
- Enclosing class:
- ExternalExadataStorageGrid
public static class ExternalExadataStorageGrid.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public ExternalExadataStorageGrid.Builder id(String id)
-
displayName
public ExternalExadataStorageGrid.Builder displayName(String displayName)
-
version
public ExternalExadataStorageGrid.Builder version(String version)
-
internalId
public ExternalExadataStorageGrid.Builder internalId(String internalId)
-
status
public ExternalExadataStorageGrid.Builder status(String status)
-
lifecycleState
public ExternalExadataStorageGrid.Builder lifecycleState(DbmResource.LifecycleState lifecycleState)
-
timeCreated
public ExternalExadataStorageGrid.Builder timeCreated(Date timeCreated)
-
timeUpdated
public ExternalExadataStorageGrid.Builder timeUpdated(Date timeUpdated)
-
lifecycleDetails
public ExternalExadataStorageGrid.Builder lifecycleDetails(String lifecycleDetails)
-
additionalDetails
public ExternalExadataStorageGrid.Builder additionalDetails(Map<String,String> additionalDetails)
-
exadataInfrastructureId
public ExternalExadataStorageGrid.Builder exadataInfrastructureId(String exadataInfrastructureId)
The OCID of the Exadata infrastructure.- Parameters:
exadataInfrastructureId
- the value to set- Returns:
- this builder
-
serverCount
public ExternalExadataStorageGrid.Builder serverCount(BigDecimal serverCount)
The number of Exadata storage servers in the Exadata infrastructure.- Parameters:
serverCount
- the value to set- Returns:
- this builder
-
storageServers
public ExternalExadataStorageGrid.Builder storageServers(List<ExternalExadataStorageServerSummary> storageServers)
A list of monitored Exadata storage servers.- Parameters:
storageServers
- the value to set- Returns:
- this builder
-
freeformTags
public ExternalExadataStorageGrid.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 ExternalExadataStorageGrid.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 ExternalExadataStorageGrid.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 ExternalExadataStorageGrid build()
-
copy
public ExternalExadataStorageGrid.Builder copy(ExternalExadataStorageGrid model)
-
-