Class AutonomousDbPreviewVersionSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • timePreviewBegin

        public AutonomousDbPreviewVersionSummary.Builder timePreviewBegin​(Date timePreviewBegin)
        The date and time when the preview version availability begins.
        Parameters:
        timePreviewBegin - the value to set
        Returns:
        this builder
      • timePreviewEnd

        public AutonomousDbPreviewVersionSummary.Builder timePreviewEnd​(Date timePreviewEnd)
        The date and time when the preview version availability ends.
        Parameters:
        timePreviewEnd - the value to set
        Returns:
        this builder
      • dbWorkload

        public AutonomousDbPreviewVersionSummary.Builder dbWorkload​(AutonomousDbPreviewVersionSummary.DbWorkload dbWorkload)
        The Autonomous AI Database workload type.

        The following values are valid: - OLTP - indicates an Autonomous AI Transaction Processing database - DW - indicates an Autonomous AI Lakehouse database - AJD - indicates an Autonomous AI JSON Database - APEX - indicates an Autonomous AI Database with the Oracle APEX AI Application Development workload type.

        • LH - indicates an Oracle Autonomous AI Lakehouse database

        *Note** Starting December 2026, DW will not be supported as a valid value for this parameter. When creating an Autonomous AI Database, if this parameter is not specified, the default value is OLTP.

        This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.

        Parameters:
        dbWorkload - the value to set
        Returns:
        this builder