@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashEncryption extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
DashEncryption() |
Modifier and Type | Method and Description |
---|---|
DashEncryption |
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.
|
DashEncryption |
withKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
Time (in seconds) between each encryption key rotation.
|
DashEncryption |
withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider) |
public void setKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
keyRotationIntervalSeconds
- Time (in seconds) between each encryption key rotation.public Integer getKeyRotationIntervalSeconds()
public DashEncryption withKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
keyRotationIntervalSeconds
- Time (in seconds) between each encryption key rotation.public void setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider
- public SpekeKeyProvider getSpekeKeyProvider()
public DashEncryption withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider
- public String toString()
toString
in class Object
Object.toString()
public DashEncryption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.