Interface UserData.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UserData.Builder,UserData>, SdkBuilder<UserData.Builder,UserData>, SdkPojo
Enclosing class:
UserData

public static interface UserData.Builder extends SdkPojo, CopyableBuilder<UserData.Builder,UserData>
  • Method Details

    • 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.