Interface CloudAutonomousVmClusterSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CloudAutonomousVmClusterSummary.Builder,,- CloudAutonomousVmClusterSummary> - SdkBuilder<CloudAutonomousVmClusterSummary.Builder,,- CloudAutonomousVmClusterSummary> - SdkPojo
- Enclosing class:
- CloudAutonomousVmClusterSummary
- 
Method SummaryModifier and TypeMethodDescriptionautonomousDataStoragePercentage(Float autonomousDataStoragePercentage) The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.autonomousDataStorageSizeInTBs(Double autonomousDataStorageSizeInTBs) The total data storage allocated for Autonomous Databases in the Autonomous VM cluster, in TB.availableAutonomousDataStorageSizeInTBs(Double availableAutonomousDataStorageSizeInTBs) The available data storage for Autonomous Databases in the Autonomous VM cluster, in TB.availableContainerDatabases(Integer availableContainerDatabases) The number of Autonomous Container Databases that you can create with the currently available storage.availableCpus(Float availableCpus) The number of CPU cores available for allocation to Autonomous Databases.cloudAutonomousVmClusterArn(String cloudAutonomousVmClusterArn) The Amazon Resource Name (ARN) for the Autonomous VM cluster.cloudAutonomousVmClusterId(String cloudAutonomousVmClusterId) The unique identifier of the Autonomous VM cluster.cloudExadataInfrastructureId(String cloudExadataInfrastructureId) The unique identifier of the Exadata infrastructure containing this Autonomous VM cluster.computeModel(String computeModel) The compute model of the Autonomous VM cluster: ECPU or OCPU.computeModel(ComputeModel computeModel) The compute model of the Autonomous VM cluster: ECPU or OCPU.cpuCoreCount(Integer cpuCoreCount) The total number of CPU cores in the Autonomous VM cluster.cpuCoreCountPerNode(Integer cpuCoreCountPerNode) The number of CPU cores per node in the Autonomous VM cluster.cpuPercentage(Float cpuPercentage) The percentage of total CPU cores currently in use in the Autonomous VM cluster.The date and time when the Autonomous VM cluster was created.dataStorageSizeInGBs(Double dataStorageSizeInGBs) The total data storage allocated to the Autonomous VM cluster, in GB.dataStorageSizeInTBs(Double dataStorageSizeInTBs) The total data storage allocated to the Autonomous VM cluster, in TB.dbNodeStorageSizeInGBs(Integer dbNodeStorageSizeInGBs) The local node storage allocated to the Autonomous VM cluster, in GB.The list of database servers associated with the Autonomous VM cluster.dbServers(Collection<String> dbServers) The list of database servers associated with the Autonomous VM cluster.description(String description) The user-provided description of the Autonomous VM cluster.displayName(String displayName) The user-friendly name for the Autonomous VM cluster.The domain name for the Autonomous VM cluster.exadataStorageInTBsLowestScaledValue(Double exadataStorageInTBsLowestScaledValue) The lowest value to which Exadata storage can be scaled down, in TB.The host name for the Autonomous VM cluster.isMtlsEnabledVmCluster(Boolean isMtlsEnabledVmCluster) Indicates if mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.licenseModel(String licenseModel) The Oracle license model that applies to the Autonomous VM cluster.licenseModel(LicenseModel licenseModel) The Oracle license model that applies to the Autonomous VM cluster.maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow) The scheduling details for the maintenance window.maintenanceWindow(MaintenanceWindow maintenanceWindow) The scheduling details for the maintenance window.maxAcdsLowestScaledValue(Integer maxAcdsLowestScaledValue) The lowest value to which you can scale down the maximum number of Autonomous CDBs.memoryPerOracleComputeUnitInGBs(Integer memoryPerOracleComputeUnitInGBs) The amount of memory allocated per Oracle Compute Unit (OCU), in GB.memorySizeInGBs(Integer memorySizeInGBs) The total amount of memory allocated to the Autonomous VM cluster, in GB.The number of database server nodes in the Autonomous VM cluster.nonProvisionableAutonomousContainerDatabases(Integer nonProvisionableAutonomousContainerDatabases) The number of Autonomous CDBs that can't be provisioned because of resource constraints.The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.ociResourceAnchorName(String ociResourceAnchorName) The name of the OCI resource anchor associated with this Autonomous VM cluster.The URL for accessing the OCI console page for this Autonomous VM cluster.odbNetworkId(String odbNetworkId) The unique identifier of the ODB network associated with this Autonomous VM cluster.percentProgress(Float percentProgress) The progress of the current operation on the Autonomous VM cluster, as a percentage.provisionableAutonomousContainerDatabases(Integer provisionableAutonomousContainerDatabases) The number of Autonomous CDBs that you can provision in the Autonomous VM cluster.provisionedAutonomousContainerDatabases(Integer provisionedAutonomousContainerDatabases) The number of Autonomous Container Databases currently provisioned in the Autonomous VM cluster.provisionedCpus(Float provisionedCpus) The number of CPUs currently provisioned in the Autonomous VM cluster.reclaimableCpus(Float reclaimableCpus) The number of CPUs that can be reclaimed from terminated or scaled-down Autonomous Databases.reservedCpus(Float reservedCpus) The number of CPUs reserved for system operations and redundancy.scanListenerPortNonTls(Integer scanListenerPortNonTls) The SCAN listener port for non-TLS (TCP) protocol.scanListenerPortTls(Integer scanListenerPortTls) The SCAN listener port for TLS (TCP) protocol.The shape of the Exadata infrastructure for the Autonomous VM cluster.The current status of the Autonomous VM cluster.status(ResourceStatus status) The current status of the Autonomous VM cluster.statusReason(String statusReason) Additional information about the current status of the Autonomous VM cluster, if applicable.timeDatabaseSslCertificateExpires(Instant timeDatabaseSslCertificateExpires) The expiration date and time of the database SSL certificate.timeOrdsCertificateExpires(Instant timeOrdsCertificateExpires) The expiration date and time of the Oracle REST Data Services (ORDS) certificate.The time zone of the Autonomous VM cluster.totalContainerDatabases(Integer totalContainerDatabases) The total number of Autonomous Container Databases that can be created in the Autonomous VM cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cloudAutonomousVmClusterIdCloudAutonomousVmClusterSummary.Builder cloudAutonomousVmClusterId(String cloudAutonomousVmClusterId) The unique identifier of the Autonomous VM cluster. - Parameters:
- cloudAutonomousVmClusterId- The unique identifier of the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudAutonomousVmClusterArnCloudAutonomousVmClusterSummary.Builder cloudAutonomousVmClusterArn(String cloudAutonomousVmClusterArn) The Amazon Resource Name (ARN) for the Autonomous VM cluster. - Parameters:
- cloudAutonomousVmClusterArn- The Amazon Resource Name (ARN) for the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
odbNetworkIdThe unique identifier of the ODB network associated with this Autonomous VM cluster. - Parameters:
- odbNetworkId- The unique identifier of the ODB network associated with this Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ociResourceAnchorNameThe name of the OCI resource anchor associated with this Autonomous VM cluster. - Parameters:
- ociResourceAnchorName- The name of the OCI resource anchor associated with this Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
percentProgressThe progress of the current operation on the Autonomous VM cluster, as a percentage. - Parameters:
- percentProgress- The progress of the current operation on the Autonomous VM cluster, as a percentage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
displayNameThe user-friendly name for the Autonomous VM cluster. - Parameters:
- displayName- The user-friendly name for the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the Autonomous VM cluster. - Parameters:
- status- The current status of the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the Autonomous VM cluster. - Parameters:
- status- The current status of the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonAdditional information about the current status of the Autonomous VM cluster, if applicable. - Parameters:
- statusReason- Additional information about the current status of the Autonomous VM cluster, if applicable.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudExadataInfrastructureIdCloudAutonomousVmClusterSummary.Builder cloudExadataInfrastructureId(String cloudExadataInfrastructureId) The unique identifier of the Exadata infrastructure containing this Autonomous VM cluster. - Parameters:
- cloudExadataInfrastructureId- The unique identifier of the Exadata infrastructure containing this Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
autonomousDataStoragePercentageCloudAutonomousVmClusterSummary.Builder autonomousDataStoragePercentage(Float autonomousDataStoragePercentage) The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster. - Parameters:
- autonomousDataStoragePercentage- The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
autonomousDataStorageSizeInTBsCloudAutonomousVmClusterSummary.Builder autonomousDataStorageSizeInTBs(Double autonomousDataStorageSizeInTBs) The total data storage allocated for Autonomous Databases in the Autonomous VM cluster, in TB. - Parameters:
- autonomousDataStorageSizeInTBs- The total data storage allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
availableAutonomousDataStorageSizeInTBsCloudAutonomousVmClusterSummary.Builder availableAutonomousDataStorageSizeInTBs(Double availableAutonomousDataStorageSizeInTBs) The available data storage for Autonomous Databases in the Autonomous VM cluster, in TB. - Parameters:
- availableAutonomousDataStorageSizeInTBs- The available data storage for Autonomous Databases in the Autonomous VM cluster, in TB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
availableContainerDatabasesCloudAutonomousVmClusterSummary.Builder availableContainerDatabases(Integer availableContainerDatabases) The number of Autonomous Container Databases that you can create with the currently available storage. - Parameters:
- availableContainerDatabases- The number of Autonomous Container Databases that you can create with the currently available storage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
availableCpusThe number of CPU cores available for allocation to Autonomous Databases. - Parameters:
- availableCpus- The number of CPU cores available for allocation to Autonomous Databases.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
computeModelThe compute model of the Autonomous VM cluster: ECPU or OCPU. - Parameters:
- computeModel- The compute model of the Autonomous VM cluster: ECPU or OCPU.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
computeModelThe compute model of the Autonomous VM cluster: ECPU or OCPU. - Parameters:
- computeModel- The compute model of the Autonomous VM cluster: ECPU or OCPU.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
cpuCoreCountThe total number of CPU cores in the Autonomous VM cluster. - Parameters:
- cpuCoreCount- The total number of CPU cores in the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cpuCoreCountPerNodeThe number of CPU cores per node in the Autonomous VM cluster. - Parameters:
- cpuCoreCountPerNode- The number of CPU cores per node in the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cpuPercentageThe percentage of total CPU cores currently in use in the Autonomous VM cluster. - Parameters:
- cpuPercentage- The percentage of total CPU cores currently in use in the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataStorageSizeInGBsThe total data storage allocated to the Autonomous VM cluster, in GB. - Parameters:
- dataStorageSizeInGBs- The total data storage allocated to the Autonomous VM cluster, in GB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataStorageSizeInTBsThe total data storage allocated to the Autonomous VM cluster, in TB. - Parameters:
- dataStorageSizeInTBs- The total data storage allocated to the Autonomous VM cluster, in TB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbNodeStorageSizeInGBsThe local node storage allocated to the Autonomous VM cluster, in GB. - Parameters:
- dbNodeStorageSizeInGBs- The local node storage allocated to the Autonomous VM cluster, in GB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbServersThe list of database servers associated with the Autonomous VM cluster. - Parameters:
- dbServers- The list of database servers associated with the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbServersThe list of database servers associated with the Autonomous VM cluster. - Parameters:
- dbServers- The list of database servers associated with the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe user-provided description of the Autonomous VM cluster. - Parameters:
- description- The user-provided description of the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainThe domain name for the Autonomous VM cluster. - Parameters:
- domain- The domain name for the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exadataStorageInTBsLowestScaledValueCloudAutonomousVmClusterSummary.Builder exadataStorageInTBsLowestScaledValue(Double exadataStorageInTBsLowestScaledValue) The lowest value to which Exadata storage can be scaled down, in TB. - Parameters:
- exadataStorageInTBsLowestScaledValue- The lowest value to which Exadata storage can be scaled down, in TB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
hostnameThe host name for the Autonomous VM cluster. - Parameters:
- hostname- The host name for the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ocidThe Oracle Cloud Identifier (OCID) of the Autonomous VM cluster. - Parameters:
- ocid- The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ociUrlThe URL for accessing the OCI console page for this Autonomous VM cluster. - Parameters:
- ociUrl- The URL for accessing the OCI console page for this Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
isMtlsEnabledVmClusterIndicates if mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster. - Parameters:
- isMtlsEnabledVmCluster- Indicates if mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
licenseModelThe Oracle license model that applies to the Autonomous VM cluster. - Parameters:
- licenseModel- The Oracle license model that applies to the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
licenseModelThe Oracle license model that applies to the Autonomous VM cluster. - Parameters:
- licenseModel- The Oracle license model that applies to the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
maintenanceWindowThe scheduling details for the maintenance window. Patching and system updates take place during the maintenance window. - Parameters:
- maintenanceWindow- The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maintenanceWindowdefault CloudAutonomousVmClusterSummary.Builder maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow) The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window. This is a convenience method that creates an instance of theMaintenanceWindow.Builderavoiding the need to create one manually viaMaintenanceWindow.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomaintenanceWindow(MaintenanceWindow).- Parameters:
- maintenanceWindow- a consumer that will call methods on- MaintenanceWindow.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
maxAcdsLowestScaledValueThe lowest value to which you can scale down the maximum number of Autonomous CDBs. - Parameters:
- maxAcdsLowestScaledValue- The lowest value to which you can scale down the maximum number of Autonomous CDBs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
memoryPerOracleComputeUnitInGBsCloudAutonomousVmClusterSummary.Builder memoryPerOracleComputeUnitInGBs(Integer memoryPerOracleComputeUnitInGBs) The amount of memory allocated per Oracle Compute Unit (OCU), in GB. - Parameters:
- memoryPerOracleComputeUnitInGBs- The amount of memory allocated per Oracle Compute Unit (OCU), in GB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
memorySizeInGBsThe total amount of memory allocated to the Autonomous VM cluster, in GB. - Parameters:
- memorySizeInGBs- The total amount of memory allocated to the Autonomous VM cluster, in GB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nodeCountThe number of database server nodes in the Autonomous VM cluster. - Parameters:
- nodeCount- The number of database server nodes in the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nonProvisionableAutonomousContainerDatabasesCloudAutonomousVmClusterSummary.Builder nonProvisionableAutonomousContainerDatabases(Integer nonProvisionableAutonomousContainerDatabases) The number of Autonomous CDBs that can't be provisioned because of resource constraints. - Parameters:
- nonProvisionableAutonomousContainerDatabases- The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisionableAutonomousContainerDatabasesCloudAutonomousVmClusterSummary.Builder provisionableAutonomousContainerDatabases(Integer provisionableAutonomousContainerDatabases) The number of Autonomous CDBs that you can provision in the Autonomous VM cluster. - Parameters:
- provisionableAutonomousContainerDatabases- The number of Autonomous CDBs that you can provision in the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisionedAutonomousContainerDatabasesCloudAutonomousVmClusterSummary.Builder provisionedAutonomousContainerDatabases(Integer provisionedAutonomousContainerDatabases) The number of Autonomous Container Databases currently provisioned in the Autonomous VM cluster. - Parameters:
- provisionedAutonomousContainerDatabases- The number of Autonomous Container Databases currently provisioned in the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisionedCpusThe number of CPUs currently provisioned in the Autonomous VM cluster. - Parameters:
- provisionedCpus- The number of CPUs currently provisioned in the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
reclaimableCpusThe number of CPUs that can be reclaimed from terminated or scaled-down Autonomous Databases. - Parameters:
- reclaimableCpus- The number of CPUs that can be reclaimed from terminated or scaled-down Autonomous Databases.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
reservedCpusThe number of CPUs reserved for system operations and redundancy. - Parameters:
- reservedCpus- The number of CPUs reserved for system operations and redundancy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scanListenerPortNonTlsThe SCAN listener port for non-TLS (TCP) protocol. - Parameters:
- scanListenerPortNonTls- The SCAN listener port for non-TLS (TCP) protocol.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scanListenerPortTlsThe SCAN listener port for TLS (TCP) protocol. - Parameters:
- scanListenerPortTls- The SCAN listener port for TLS (TCP) protocol.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
shapeThe shape of the Exadata infrastructure for the Autonomous VM cluster. - Parameters:
- shape- The shape of the Exadata infrastructure for the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe date and time when the Autonomous VM cluster was created. - Parameters:
- createdAt- The date and time when the Autonomous VM cluster was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timeDatabaseSslCertificateExpiresCloudAutonomousVmClusterSummary.Builder timeDatabaseSslCertificateExpires(Instant timeDatabaseSslCertificateExpires) The expiration date and time of the database SSL certificate. - Parameters:
- timeDatabaseSslCertificateExpires- The expiration date and time of the database SSL certificate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timeOrdsCertificateExpiresCloudAutonomousVmClusterSummary.Builder timeOrdsCertificateExpires(Instant timeOrdsCertificateExpires) The expiration date and time of the Oracle REST Data Services (ORDS) certificate. - Parameters:
- timeOrdsCertificateExpires- The expiration date and time of the Oracle REST Data Services (ORDS) certificate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timeZoneThe time zone of the Autonomous VM cluster. - Parameters:
- timeZone- The time zone of the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalContainerDatabasesThe total number of Autonomous Container Databases that can be created in the Autonomous VM cluster. - Parameters:
- totalContainerDatabases- The total number of Autonomous Container Databases that can be created in the Autonomous VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-