Interface UserData.Builder

    • Method Detail

      • data

        UserData.Builder data​(String data)

        The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

        Parameters:
        data - The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.
        Returns:
        Returns a reference to this object so that method calls can be chained together.