@Generated(value="software.amazon.awssdk:codegen") public final class FieldLevelEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldLevelEncryption.Builder,FieldLevelEncryption>
A complex data type that includes the profile configurations and other options specified for field-level encryption.
Modifier and Type | Class and Description |
---|---|
static interface |
FieldLevelEncryption.Builder |
Modifier and Type | Method and Description |
---|---|
static FieldLevelEncryption.Builder |
builder() |
boolean |
equals(Object obj) |
FieldLevelEncryptionConfig |
fieldLevelEncryptionConfig()
A complex data type that includes the profile configurations specified for field-level encryption.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify
certain selected data fields to be encrypted by specific public keys.
|
Instant |
lastModifiedTime()
The last time the field-level encryption configuration was changed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FieldLevelEncryption.Builder> |
serializableBuilderClass() |
FieldLevelEncryption.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
public Instant lastModifiedTime()
The last time the field-level encryption configuration was changed.
public FieldLevelEncryptionConfig fieldLevelEncryptionConfig()
A complex data type that includes the profile configurations specified for field-level encryption.
public FieldLevelEncryption.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FieldLevelEncryption.Builder,FieldLevelEncryption>
public static FieldLevelEncryption.Builder builder()
public static Class<? extends FieldLevelEncryption.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.