Uses of Interface
software.amazon.awssdk.services.s3.model.S3Location.Builder
Packages that use S3Location.Builder
-
Uses of S3Location.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3Location.BuilderModifier and TypeMethodDescriptionS3Location.Builder.accessControlList(Collection<Grant> accessControlList) A list of grants that control access to the staged results.S3Location.Builder.accessControlList(Consumer<Grant.Builder>... accessControlList) A list of grants that control access to the staged results.S3Location.Builder.accessControlList(Grant... accessControlList) A list of grants that control access to the staged results.S3Location.Builder.bucketName(String bucketName) The name of the bucket where the restore results will be placed.static S3Location.BuilderS3Location.builder()The canned ACL to apply to the restore results.S3Location.Builder.cannedACL(ObjectCannedACL cannedACL) The canned ACL to apply to the restore results.default S3Location.BuilderS3Location.Builder.encryption(Consumer<Encryption.Builder> encryption) Sets the value of the Encryption property for this object.S3Location.Builder.encryption(Encryption encryption) Sets the value of the Encryption property for this object.The prefix that is prepended to the restore results for this request.S3Location.Builder.storageClass(String storageClass) The class of storage used to store the restore results.S3Location.Builder.storageClass(StorageClass storageClass) The class of storage used to store the restore results.default S3Location.BuilderS3Location.Builder.tagging(Consumer<Tagging.Builder> tagging) The tag-set that is applied to the restore results.The tag-set that is applied to the restore results.S3Location.toBuilder()S3Location.Builder.userMetadata(Collection<MetadataEntry> userMetadata) A list of metadata to store with the restore results in S3.S3Location.Builder.userMetadata(Consumer<MetadataEntry.Builder>... userMetadata) A list of metadata to store with the restore results in S3.S3Location.Builder.userMetadata(MetadataEntry... userMetadata) A list of metadata to store with the restore results in S3.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type S3Location.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3Location.Builder>S3Location.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type S3Location.BuilderModifier and TypeMethodDescriptiondefault OutputLocation.BuilderOutputLocation.Builder.s3(Consumer<S3Location.Builder> s3) Describes an S3 location that will receive the results of the restore request.