Uses of Interface
software.amazon.awssdk.services.proton.model.S3ObjectSource.Builder
-
Packages that use S3ObjectSource.Builder Package Description software.amazon.awssdk.services.proton.model -
-
Uses of S3ObjectSource.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return S3ObjectSource.Builder Modifier and Type Method Description S3ObjectSource.BuilderS3ObjectSource.Builder. bucket(String bucket)The name of the S3 bucket that contains a template bundle.static S3ObjectSource.BuilderS3ObjectSource. builder()S3ObjectSource.BuilderS3ObjectSource.Builder. key(String key)The path to the S3 bucket that contains a template bundle.S3ObjectSource.BuilderS3ObjectSource. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type S3ObjectSource.Builder Modifier and Type Method Description static Class<? extends S3ObjectSource.Builder>S3ObjectSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type S3ObjectSource.Builder Modifier and Type Method Description static TemplateVersionSourceInputTemplateVersionSourceInput. fromS3(Consumer<S3ObjectSource.Builder> s3)Create an instance of this class withTemplateVersionSourceInput.s3()initialized to the given value.default TemplateVersionSourceInput.BuilderTemplateVersionSourceInput.Builder. s3(Consumer<S3ObjectSource.Builder> s3)An S3 source object that includes the template bundle S3 path and name for a template minor version.
-