Uses of Interface
software.amazon.awssdk.services.s3.model.Encryption.Builder
-
Packages that use Encryption.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Encryption.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Encryption.Builder Modifier and Type Method Description static Encryption.BuilderEncryption. builder()Encryption.BuilderEncryption.Builder. encryptionType(String encryptionType)The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,aws:kms).Encryption.BuilderEncryption.Builder. encryptionType(ServerSideEncryption encryptionType)The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,aws:kms).Encryption.BuilderEncryption.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.Encryption.BuilderEncryption.Builder. kmsKeyId(String kmsKeyId)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.BuilderEncryption. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Encryption.Builder Modifier and Type Method Description static Class<? extends Encryption.Builder>Encryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Encryption.Builder Modifier and Type Method Description default S3Location.BuilderS3Location.Builder. encryption(Consumer<Encryption.Builder> encryption)Sets the value of the Encryption property for this object.
-