| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
static CmafEncryption.Builder |
CmafEncryption.builder() |
CmafEncryption.Builder |
CmafEncryption.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.
|
default CmafEncryption.Builder |
CmafEncryption.Builder.spekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)
Sets the value of the SpekeKeyProvider property for this object.
|
CmafEncryption.Builder |
CmafEncryption.Builder.spekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
Sets the value of the SpekeKeyProvider property for this object.
|
CmafEncryption.Builder |
CmafEncryption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CmafEncryption.Builder> |
CmafEncryption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CmafPackage.Builder |
CmafPackage.Builder.encryption(Consumer<CmafEncryption.Builder> encryption)
Sets the value of the Encryption property for this object.
|
Copyright © 2023. All rights reserved.