Uses of Interface
software.amazon.awssdk.services.ec2.model.S3Storage.Builder
Packages that use S3Storage.Builder
-
Uses of S3Storage.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return S3Storage.BuilderModifier and TypeMethodDescriptionS3Storage.Builder.awsAccessKeyId(String awsAccessKeyId) The access key ID of the owner of the bucket.The bucket in which to store the AMI.static S3Storage.BuilderS3Storage.builder()The beginning of the file name of the AMI.S3Storage.toBuilder()S3Storage.Builder.uploadPolicy(SdkBytes uploadPolicy) An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.S3Storage.Builder.uploadPolicySignature(String uploadPolicySignature) The signature of the JSON document.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type S3Storage.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3Storage.Builder>S3Storage.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type S3Storage.BuilderModifier and TypeMethodDescriptiondefault Storage.BuilderStorage.Builder.s3(Consumer<S3Storage.Builder> s3) An Amazon S3 storage location.