Class UpdateDatabaseDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • newAdminPassword

        public UpdateDatabaseDetails.Builder newAdminPassword​(String newAdminPassword)
        A new strong password for SYS, SYSTEM, and the plugbable database ADMIN user.

        The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -.

        Parameters:
        newAdminPassword - the value to set
        Returns:
        this builder
      • oldTdeWalletPassword

        public UpdateDatabaseDetails.Builder oldTdeWalletPassword​(String oldTdeWalletPassword)
        The existing TDE wallet password.

        You must provide the existing password in order to set a new TDE wallet password.

        Parameters:
        oldTdeWalletPassword - the value to set
        Returns:
        this builder
      • newTdeWalletPassword

        public UpdateDatabaseDetails.Builder newTdeWalletPassword​(String newTdeWalletPassword)
        The new password to open the TDE wallet.

        The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -.

        Parameters:
        newTdeWalletPassword - the value to set
        Returns:
        this builder
      • freeformTags

        public UpdateDatabaseDetails.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