Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.Encryption.Builder
-
Packages that use Encryption.Builder Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of Encryption.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return Encryption.Builder Modifier and Type Method Description static Encryption.BuilderEncryption. builder()Encryption.BuilderEncryption.Builder. initializationVector(String initializationVector)The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files.Encryption.BuilderEncryption.Builder. key(String key)The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file.Encryption.BuilderEncryption.Builder. keyMd5(String keyMd5)The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file.Encryption.BuilderEncryption.Builder. mode(String mode)The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files.Encryption.BuilderEncryption. toBuilder()Methods in software.amazon.awssdk.services.elastictranscoder.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.elastictranscoder.model with type arguments of type Encryption.Builder Modifier and Type Method Description default Artwork.BuilderArtwork.Builder. encryption(Consumer<Encryption.Builder> encryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.default CaptionFormat.BuilderCaptionFormat.Builder. encryption(Consumer<Encryption.Builder> encryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.default CaptionSource.BuilderCaptionSource.Builder. encryption(Consumer<Encryption.Builder> encryption)The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.default CreateJobOutput.BuilderCreateJobOutput.Builder. encryption(Consumer<Encryption.Builder> encryption)You can specify encryption settings for any output files that you want to use for a transcoding job.default JobInput.BuilderJobInput.Builder. encryption(Consumer<Encryption.Builder> encryption)The encryption settings, if any, that are used for decrypting your input files.default JobOutput.BuilderJobOutput.Builder. encryption(Consumer<Encryption.Builder> encryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your output files.default JobWatermark.BuilderJobWatermark.Builder. encryption(Consumer<Encryption.Builder> encryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.default CreateJobOutput.BuilderCreateJobOutput.Builder. thumbnailEncryption(Consumer<Encryption.Builder> thumbnailEncryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.default JobOutput.BuilderJobOutput.Builder. thumbnailEncryption(Consumer<Encryption.Builder> thumbnailEncryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
-