@Generated(value="software.amazon.awssdk:codegen") public final class CmafEncryptionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CmafEncryptionSettings.Builder,CmafEncryptionSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CmafEncryptionSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CmafEncryptionSettings.Builder |
builder() |
String |
constantInitializationVector()
This is a 128-bit, 16-byte hex value represented by a 32-character text string.
|
CmafEncryptionType |
encryptionMethod()
Returns the value of the EncryptionMethod property for this object.
|
String |
encryptionMethodAsString()
Returns the value of the EncryptionMethod property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CmafInitializationVectorInManifest |
initializationVectorInManifest()
Returns the value of the InitializationVectorInManifest property for this object.
|
String |
initializationVectorInManifestAsString()
Returns the value of the InitializationVectorInManifest property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CmafEncryptionSettings.Builder> |
serializableBuilderClass() |
StaticKeyProvider |
staticKeyProvider()
Returns the value of the StaticKeyProvider property for this object.
|
CmafEncryptionSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
CmafKeyProviderType |
type()
Returns the value of the Type property for this object.
|
String |
typeAsString()
Returns the value of the Type property for this object.
|
copypublic String constantInitializationVector()
public CmafEncryptionType encryptionMethod()
If the service returns an enum value that is not available in the current SDK version, encryptionMethod
will return CmafEncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from encryptionMethodAsString().
CmafEncryptionTypepublic String encryptionMethodAsString()
If the service returns an enum value that is not available in the current SDK version, encryptionMethod
will return CmafEncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from encryptionMethodAsString().
CmafEncryptionTypepublic CmafInitializationVectorInManifest initializationVectorInManifest()
If the service returns an enum value that is not available in the current SDK version,
initializationVectorInManifest will return
CmafInitializationVectorInManifest.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from initializationVectorInManifestAsString().
CmafInitializationVectorInManifestpublic String initializationVectorInManifestAsString()
If the service returns an enum value that is not available in the current SDK version,
initializationVectorInManifest will return
CmafInitializationVectorInManifest.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from initializationVectorInManifestAsString().
CmafInitializationVectorInManifestpublic StaticKeyProvider staticKeyProvider()
public CmafKeyProviderType type()
If the service returns an enum value that is not available in the current SDK version, type will return
CmafKeyProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
CmafKeyProviderTypepublic String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type will return
CmafKeyProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
CmafKeyProviderTypepublic CmafEncryptionSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CmafEncryptionSettings.Builder,CmafEncryptionSettings>public static CmafEncryptionSettings.Builder builder()
public static Class<? extends CmafEncryptionSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.