public static interface UserData.Builder extends CopyableBuilder<UserData.Builder,UserData>
| Modifier and Type | Method and Description |
|---|---|
UserData.Builder |
data(String data)
The user data.
|
copyapply, buildUserData.Builder data(String data)
The user data. If you are using an AWS 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 AWS 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.