| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
static UserData.Builder |
UserData.builder() |
default UserData.Builder |
UserData.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
Amazon S3 location of the user-data script.
|
UserData.Builder |
UserData.Builder.s3Location(S3Location s3Location)
Amazon S3 location of the user-data script.
|
UserData.Builder |
UserData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserData.Builder> |
UserData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.userData(Consumer<UserData.Builder> userData)
Location of the user-data script to be executed when launching the server.
|
Copyright © 2022. All rights reserved.