| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
static Encryption.Builder |
Encryption.builder() |
Encryption.Builder |
Encryption.Builder.constantInitializationVector(String constantInitializationVector)
A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for
encrypting content.
|
default Encryption.Builder |
Encryption.Builder.encryptionMethod(Consumer<EncryptionMethod.Builder> encryptionMethod)
The encryption method to use.
|
Encryption.Builder |
Encryption.Builder.encryptionMethod(EncryptionMethod encryptionMethod)
The encryption method to use.
|
Encryption.Builder |
Encryption.Builder.keyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
The frequency (in seconds) of key changes for live workflows, in which content is streamed real time.
|
default Encryption.Builder |
Encryption.Builder.spekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)
The parameters for the SPEKE key provider.
|
Encryption.Builder |
Encryption.Builder.spekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
The parameters for the SPEKE key provider.
|
Encryption.Builder |
Encryption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Encryption.Builder> |
Encryption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Segment.Builder |
Segment.Builder.encryption(Consumer<Encryption.Builder> encryption)
Sets the value of the Encryption property for this object.
|
Copyright © 2023. All rights reserved.