@Generated(value="software.amazon.awssdk:codegen") public final class DashEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashEncryption.Builder,DashEncryption>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DashEncryption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DashEncryption.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
keyRotationIntervalSeconds()
Time (in seconds) between each encryption key rotation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DashEncryption.Builder> |
serializableBuilderClass() |
SpekeKeyProvider |
spekeKeyProvider()
Returns the value of the SpekeKeyProvider property for this object.
|
DashEncryption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer keyRotationIntervalSeconds()
public final SpekeKeyProvider spekeKeyProvider()
public DashEncryption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DashEncryption.Builder,DashEncryption>public static DashEncryption.Builder builder()
public static Class<? extends DashEncryption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.