@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CmafEncryption extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CmafEncryption() |
| Modifier and Type | Method and Description |
|---|---|
CmafEncryption |
clone() |
boolean |
equals(Object obj) |
Integer |
getKeyRotationIntervalSeconds()
Time (in seconds) between each encryption key rotation.
|
SpekeKeyProvider |
getSpekeKeyProvider() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
Time (in seconds) between each encryption key rotation.
|
void |
setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider) |
String |
toString()
Returns a string representation of this object.
|
CmafEncryption |
withKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
Time (in seconds) between each encryption key rotation.
|
CmafEncryption |
withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider) |
public void setKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
keyRotationIntervalSeconds - Time (in seconds) between each encryption key rotation.public Integer getKeyRotationIntervalSeconds()
public CmafEncryption withKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
keyRotationIntervalSeconds - Time (in seconds) between each encryption key rotation.public void setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider - public SpekeKeyProvider getSpekeKeyProvider()
public CmafEncryption withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider - public String toString()
toString in class ObjectObject.toString()public CmafEncryption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.