@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CmafEncryptionSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CmafEncryptionSettings() |
public void setConstantInitializationVector(String constantInitializationVector)
constantInitializationVector - This is a 128-bit, 16-byte hex value represented by a 32-character text string. If this parameter is not
set then the Initialization Vector will follow the segment number by default.public String getConstantInitializationVector()
public CmafEncryptionSettings withConstantInitializationVector(String constantInitializationVector)
constantInitializationVector - This is a 128-bit, 16-byte hex value represented by a 32-character text string. If this parameter is not
set then the Initialization Vector will follow the segment number by default.public void setEncryptionMethod(String encryptionMethod)
encryptionMethod - CmafEncryptionTypepublic String getEncryptionMethod()
CmafEncryptionTypepublic CmafEncryptionSettings withEncryptionMethod(String encryptionMethod)
encryptionMethod - CmafEncryptionTypepublic CmafEncryptionSettings withEncryptionMethod(CmafEncryptionType encryptionMethod)
encryptionMethod - CmafEncryptionTypepublic void setInitializationVectorInManifest(String initializationVectorInManifest)
initializationVectorInManifest - CmafInitializationVectorInManifestpublic String getInitializationVectorInManifest()
CmafInitializationVectorInManifestpublic CmafEncryptionSettings withInitializationVectorInManifest(String initializationVectorInManifest)
initializationVectorInManifest - CmafInitializationVectorInManifestpublic CmafEncryptionSettings withInitializationVectorInManifest(CmafInitializationVectorInManifest initializationVectorInManifest)
initializationVectorInManifest - CmafInitializationVectorInManifestpublic void setStaticKeyProvider(StaticKeyProvider staticKeyProvider)
staticKeyProvider - public StaticKeyProvider getStaticKeyProvider()
public CmafEncryptionSettings withStaticKeyProvider(StaticKeyProvider staticKeyProvider)
staticKeyProvider - public void setType(String type)
type - CmafKeyProviderTypepublic String getType()
CmafKeyProviderTypepublic CmafEncryptionSettings withType(String type)
type - CmafKeyProviderTypepublic CmafEncryptionSettings withType(CmafKeyProviderType type)
type - CmafKeyProviderTypepublic String toString()
toString in class ObjectObject.toString()public CmafEncryptionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.