@Generated(value="software.amazon.awssdk:codegen") public class HlsEncryption extends Object implements StructuredPojo, 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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Boolean |
repeatExtXKey()
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.