Package com.oracle.bmc.database.model
Class UpdateAutonomousVmClusterDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.UpdateAutonomousVmClusterDetails.Builder
-
- Enclosing class:
- UpdateAutonomousVmClusterDetails
public static class UpdateAutonomousVmClusterDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
maintenanceWindowDetails
public UpdateAutonomousVmClusterDetails.Builder maintenanceWindowDetails(MaintenanceWindow maintenanceWindowDetails)
-
licenseModel
public UpdateAutonomousVmClusterDetails.Builder licenseModel(UpdateAutonomousVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the Autonomous VM cluster.The default is BRING_YOUR_OWN_LICENSE.
- Parameters:
licenseModel
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateAutonomousVmClusterDetails.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 UpdateAutonomousVmClusterDetails.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.
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
autonomousDataStorageSizeInTBs
public UpdateAutonomousVmClusterDetails.Builder autonomousDataStorageSizeInTBs(Double autonomousDataStorageSizeInTBs)
The new value of autonomous data storage (in TBs) for the Autonomous VM cluster.- Parameters:
autonomousDataStorageSizeInTBs
- the value to set- Returns:
- this builder
-
cpuCoreCountPerNode
public UpdateAutonomousVmClusterDetails.Builder cpuCoreCountPerNode(Integer cpuCoreCountPerNode)
The new value of cpus per Autonomous VM cluster per node for the Autonomous VM cluster.- Parameters:
cpuCoreCountPerNode
- the value to set- Returns:
- this builder
-
totalContainerDatabases
public UpdateAutonomousVmClusterDetails.Builder totalContainerDatabases(Integer totalContainerDatabases)
The new value of maximum number of ACDs for the Autonomous VM cluster.- Parameters:
totalContainerDatabases
- the value to set- Returns:
- this builder
-
build
public UpdateAutonomousVmClusterDetails build()
-
copy
public UpdateAutonomousVmClusterDetails.Builder copy(UpdateAutonomousVmClusterDetails model)
-
-