Class SaasAdminUserConfiguration.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • password

        public SaasAdminUserConfiguration.Builder password​(String password)
        A strong password for SaaS administrative user.

        The password must be a minimum of nine (9) characters and contain a minimum of two (2) uppercase, two (2) lowercase, two (2) numbers, and two (2) special characters from _ (underscore), \# (hashtag), or - (dash).

        Parameters:
        password - the value to set
        Returns:
        this builder
      • secretVersionNumber

        public SaasAdminUserConfiguration.Builder secretVersionNumber​(Integer secretVersionNumber)
        The version of the vault secret.

        If no version is specified, the latest version will be used.

        Parameters:
        secretVersionNumber - the value to set
        Returns:
        this builder
      • duration

        public SaasAdminUserConfiguration.Builder duration​(Integer duration)
        How long, in hours, the SaaS administrative user will stay enabled.

        If no duration is specified, the default value 1 will be used.

        Parameters:
        duration - the value to set
        Returns:
        this builder
      • isEnabled

        public SaasAdminUserConfiguration.Builder isEnabled​(Boolean isEnabled)
        Indicates if the SaaS administrative user is enabled for the Autonomous Database.
        Parameters:
        isEnabled - the value to set
        Returns:
        this builder
      • timeSaasAdminUserEnabled

        public SaasAdminUserConfiguration.Builder timeSaasAdminUserEnabled​(Date timeSaasAdminUserEnabled)
        The date and time the SaaS administrative user was enabled at, for the Autonomous Database.
        Parameters:
        timeSaasAdminUserEnabled - the value to set
        Returns:
        this builder