Uses of Interface
software.amazon.awssdk.services.s3.model.Encryption.Builder
Packages that use Encryption.Builder
-
Uses of Encryption.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Encryption.BuilderModifier and TypeMethodDescriptionstatic Encryption.BuilderEncryption.builder()Encryption.Builder.encryptionType(String encryptionType) The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,aws:kms).Encryption.Builder.encryptionType(ServerSideEncryption encryptionType) The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,aws:kms).Encryption.Builder.kmsContext(String kmsContext) If the encryption type isaws:kms, this optional value can be used to specify the encryption context for the restore results.If the encryption type isaws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results.Encryption.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Encryption.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Encryption.Builder>Encryption.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Encryption.BuilderModifier and TypeMethodDescriptiondefault S3Location.BuilderS3Location.Builder.encryption(Consumer<Encryption.Builder> encryption) Sets the value of the Encryption property for this object.