@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HlsEncryption.Builder> |
serializableBuilderClass() |
SpekeKeyProvider |
spekeKeyProvider()
Returns the value of the SpekeKeyProvider property for this object.
|
HlsEncryption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String constantInitializationVector()
public final 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 final 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 final SpekeKeyProvider spekeKeyProvider()
public HlsEncryption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HlsEncryption.Builder,HlsEncryption>public static HlsEncryption.Builder builder()
public static Class<? extends HlsEncryption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.