Class AdbUpdateDetail.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • instanceId

        public AdbUpdateDetail.Builder instanceId​(String instanceId)
        Id of the existing ADB instance.
        Parameters:
        instanceId - the value to set
        Returns:
        this builder
      • ecpu

        public AdbUpdateDetail.Builder ecpu​(Integer ecpu)
        The compute amount (ECPUs) available to the database.
        Parameters:
        ecpu - the value to set
        Returns:
        this builder
      • dataStorageSizeInTBs

        public AdbUpdateDetail.Builder dataStorageSizeInTBs​(Integer dataStorageSizeInTBs)
        The size, in terabytes, of the data volume that will be created and attached to the database.
        Parameters:
        dataStorageSizeInTBs - the value to set
        Returns:
        this builder
      • isMtlsConnectionRequired

        public AdbUpdateDetail.Builder isMtlsConnectionRequired​(Boolean isMtlsConnectionRequired)
        Specifies if the Autonomous Database requires mTLS connections.
        Parameters:
        isMtlsConnectionRequired - the value to set
        Returns:
        this builder