Uses of Interface
software.amazon.awssdk.services.mediapackage.model.CmafEncryption.Builder
-
Packages that use CmafEncryption.Builder Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of CmafEncryption.Builder in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return CmafEncryption.Builder Modifier and Type Method Description static CmafEncryption.BuilderCmafEncryption. builder()CmafEncryption.BuilderCmafEncryption.Builder. constantInitializationVector(String constantInitializationVector)An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks.CmafEncryption.BuilderCmafEncryption.Builder. encryptionMethod(String encryptionMethod)Sets the value of the EncryptionMethod property for this object.CmafEncryption.BuilderCmafEncryption.Builder. encryptionMethod(CmafEncryptionMethod encryptionMethod)Sets the value of the EncryptionMethod property for this object.CmafEncryption.BuilderCmafEncryption.Builder. keyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)Time (in seconds) between each encryption key rotation.default CmafEncryption.BuilderCmafEncryption.Builder. spekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)Sets the value of the SpekeKeyProvider property for this object.CmafEncryption.BuilderCmafEncryption.Builder. spekeKeyProvider(SpekeKeyProvider spekeKeyProvider)Sets the value of the SpekeKeyProvider property for this object.CmafEncryption.BuilderCmafEncryption. toBuilder()Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type CmafEncryption.Builder Modifier and Type Method Description static Class<? extends CmafEncryption.Builder>CmafEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediapackage.model with type arguments of type CmafEncryption.Builder Modifier and Type Method Description default CmafPackage.BuilderCmafPackage.Builder. encryption(Consumer<CmafEncryption.Builder> encryption)Sets the value of the Encryption property for this object.default CmafPackageCreateOrUpdateParameters.BuilderCmafPackageCreateOrUpdateParameters.Builder. encryption(Consumer<CmafEncryption.Builder> encryption)Sets the value of the Encryption property for this object.
-