Interface CloudAutonomousVmClusterSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudAutonomousVmClusterSummary.Builder,
,CloudAutonomousVmClusterSummary> SdkBuilder<CloudAutonomousVmClusterSummary.Builder,
,CloudAutonomousVmClusterSummary> SdkPojo
- Enclosing class:
CloudAutonomousVmClusterSummary
-
Method Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cloudAutonomousVmClusterId
CloudAutonomousVmClusterSummary.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.
-
cloudAutonomousVmClusterArn
CloudAutonomousVmClusterSummary.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.
-
odbNetworkId
The 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.
-
ociResourceAnchorName
The 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.
-
percentProgress
The 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.
-
displayName
The 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.
-
status
The 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:
-
status
The 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:
-
statusReason
Additional 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.
-
cloudExadataInfrastructureId
CloudAutonomousVmClusterSummary.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.
-
autonomousDataStoragePercentage
CloudAutonomousVmClusterSummary.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.
-
autonomousDataStorageSizeInTBs
CloudAutonomousVmClusterSummary.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.
-
availableAutonomousDataStorageSizeInTBs
CloudAutonomousVmClusterSummary.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.
-
availableContainerDatabases
CloudAutonomousVmClusterSummary.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.
-
availableCpus
The 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.
-
computeModel
The 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:
-
computeModel
The 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:
-
cpuCoreCount
The 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.
-
cpuCoreCountPerNode
The 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.
-
cpuPercentage
The 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.
-
dataStorageSizeInGBs
The 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.
-
dataStorageSizeInTBs
The 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.
-
dbNodeStorageSizeInGBs
The 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.
-
dbServers
The 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.
-
dbServers
The 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.
-
description
The 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.
-
domain
The 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.
-
exadataStorageInTBsLowestScaledValue
CloudAutonomousVmClusterSummary.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.
-
hostname
The 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.
-
ocid
The 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.
-
ociUrl
The 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.
-
isMtlsEnabledVmCluster
Indicates 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.
-
licenseModel
The 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:
-
licenseModel
The 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:
-
maintenanceWindow
The 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.
-
maintenanceWindow
default 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.Builder
avoiding the need to create one manually viaMaintenanceWindow.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomaintenanceWindow(MaintenanceWindow)
.- Parameters:
maintenanceWindow
- a consumer that will call methods onMaintenanceWindow.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxAcdsLowestScaledValue
The 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.
-
memoryPerOracleComputeUnitInGBs
CloudAutonomousVmClusterSummary.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.
-
memorySizeInGBs
The 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.
-
nodeCount
The 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.
-
nonProvisionableAutonomousContainerDatabases
CloudAutonomousVmClusterSummary.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.
-
provisionableAutonomousContainerDatabases
CloudAutonomousVmClusterSummary.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.
-
provisionedAutonomousContainerDatabases
CloudAutonomousVmClusterSummary.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.
-
provisionedCpus
The 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.
-
reclaimableCpus
The 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.
-
reservedCpus
The 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.
-
scanListenerPortNonTls
The 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.
-
scanListenerPortTls
The 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.
-
shape
The 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.
-
createdAt
The 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.
-
timeDatabaseSslCertificateExpires
CloudAutonomousVmClusterSummary.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.
-
timeOrdsCertificateExpires
CloudAutonomousVmClusterSummary.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.
-
timeZone
The 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.
-
totalContainerDatabases
The 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.
-