Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.S3EncryptionSettings.Builder
-
Packages that use S3EncryptionSettings.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of S3EncryptionSettings.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return S3EncryptionSettings.Builder Modifier and Type Method Description static S3EncryptionSettings.BuilderS3EncryptionSettings. builder()S3EncryptionSettings.BuilderS3EncryptionSettings.Builder. encryptionType(String encryptionType)Specify how you want your data keys managed.S3EncryptionSettings.BuilderS3EncryptionSettings.Builder. encryptionType(S3ServerSideEncryptionType encryptionType)Specify how you want your data keys managed.S3EncryptionSettings.BuilderS3EncryptionSettings.Builder. kmsEncryptionContext(String kmsEncryptionContext)Optionally, specify the encryption context that you want to use alongside your KMS key.S3EncryptionSettings.BuilderS3EncryptionSettings.Builder. kmsKeyArn(String kmsKeyArn)Optionally, specify the customer master key (CMK) that you want to use to encrypt the data key that AWS uses to encrypt your output content.S3EncryptionSettings.BuilderS3EncryptionSettings. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type S3EncryptionSettings.Builder Modifier and Type Method Description static Class<? extends S3EncryptionSettings.Builder>S3EncryptionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type S3EncryptionSettings.Builder Modifier and Type Method Description default S3DestinationSettings.BuilderS3DestinationSettings.Builder. encryption(Consumer<S3EncryptionSettings.Builder> encryption)Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
-