Interface MasterUserOptions.Builder

    • Method Detail

      • masterUserARN

        MasterUserOptions.Builder masterUserARN​(String masterUserARN)

        Amazon Resource Name (ARN) for the master user. Only specify if InternalUserDatabaseEnabled is false.

        Parameters:
        masterUserARN - Amazon Resource Name (ARN) for the master user. Only specify if InternalUserDatabaseEnabled is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masterUserName

        MasterUserOptions.Builder masterUserName​(String masterUserName)

        User name for the master user. Only specify if InternalUserDatabaseEnabled is true.

        Parameters:
        masterUserName - User name for the master user. Only specify if InternalUserDatabaseEnabled is true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masterUserPassword

        MasterUserOptions.Builder masterUserPassword​(String masterUserPassword)

        Password for the master user. Only specify if InternalUserDatabaseEnabled is true.

        Parameters:
        masterUserPassword - Password for the master user. Only specify if InternalUserDatabaseEnabled is true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.