Uses of Interface
software.amazon.awssdk.services.sms.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.sms.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucket(String bucket)The Amazon S3 bucket name.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. key(String key)The Amazon S3 bucket key.S3Location.BuilderS3Location. toBuilder()Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type S3Location.Builder Modifier and Type Method Description default ServerLaunchConfiguration.BuilderServerLaunchConfiguration.Builder. configureScript(Consumer<S3Location.Builder> configureScript)Sets the value of the ConfigureScript property for this object.default GenerateChangeSetResponse.BuilderGenerateChangeSetResponse.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The location of the Amazon S3 object.default GenerateTemplateResponse.BuilderGenerateTemplateResponse.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The location of the Amazon S3 object.default Source.BuilderSource.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Sets the value of the S3Location property for this object.default SSMOutput.BuilderSSMOutput.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Sets the value of the S3Location property for this object.default UserData.BuilderUserData.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Amazon S3 location of the user-data script.
-