public static interface UserData.Builder extends SdkPojo, CopyableBuilder<UserData.Builder,UserData>
Modifier and Type | Method and Description |
---|---|
UserData.Builder |
data(String data)
The user data.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.Copyright © 2022. All rights reserved.