Uses of Interface
software.amazon.awssdk.services.sms.model.UserData.Builder
-
Packages that use UserData.Builder Package Description software.amazon.awssdk.services.sms.model -
-
Uses of UserData.Builder in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return UserData.Builder Modifier and Type Method Description static UserData.BuilderUserData. builder()default UserData.BuilderUserData.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Amazon S3 location of the user-data script.UserData.BuilderUserData.Builder. s3Location(S3Location s3Location)Amazon S3 location of the user-data script.UserData.BuilderUserData. toBuilder()Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type UserData.Builder Modifier and Type Method Description static Class<? extends UserData.Builder>UserData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type UserData.Builder Modifier and Type Method Description default ServerLaunchConfiguration.BuilderServerLaunchConfiguration.Builder. userData(Consumer<UserData.Builder> userData)Location of the user-data script to be executed when launching the server.
-