@Generated(value="software.amazon.awssdk:codegen") public final class HlsEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsEncryption.Builder,HlsEncryption>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HlsEncryption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HlsEncryption.Builder |
builder() |
String |
constantInitializationVector()
A constant initialization vector for encryption (optional).
|
EncryptionMethod |
encryptionMethod()
The encryption method to use.
|
String |
encryptionMethodAsString()
The encryption method to use.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
keyRotationIntervalSeconds()
Interval (in seconds) between each encryption key rotation.
|
Boolean |
repeatExtXKey()
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HlsEncryption.Builder> |
serializableBuilderClass() |
SpekeKeyProvider |
spekeKeyProvider()
Returns the value of the SpekeKeyProvider property for this object.
|
HlsEncryption.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String constantInitializationVector()
public EncryptionMethod encryptionMethod()
If the service returns an enum value that is not available in the current SDK version, encryptionMethod
will return EncryptionMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from encryptionMethodAsString().
EncryptionMethodpublic String encryptionMethodAsString()
If the service returns an enum value that is not available in the current SDK version, encryptionMethod
will return EncryptionMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from encryptionMethodAsString().
EncryptionMethodpublic Integer keyRotationIntervalSeconds()
public Boolean repeatExtXKey()
public SpekeKeyProvider spekeKeyProvider()
public HlsEncryption.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<HlsEncryption.Builder,HlsEncryption>public static HlsEncryption.Builder builder()
public static Class<? extends HlsEncryption.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.