| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucket(String bucket)
The Amazon S3 bucket name.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.key(String key)
The Amazon S3 bucket key.
|
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.configureScript(Consumer<S3Location.Builder> configureScript)
Sets the value of the ConfigureScript property for this object.
|
default GenerateChangeSetResponse.Builder |
GenerateChangeSetResponse.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
The location of the Amazon S3 object.
|
default GenerateTemplateResponse.Builder |
GenerateTemplateResponse.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
The location of the Amazon S3 object.
|
default SSMOutput.Builder |
SSMOutput.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
Sets the value of the S3Location property for this object.
|
default UserData.Builder |
UserData.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
Amazon S3 location of the user-data script.
|
default Source.Builder |
Source.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
Sets the value of the S3Location property for this object.
|
Copyright © 2022. All rights reserved.