@Generated(value="software.amazon.awssdk:codegen") public final class FieldLevelEncryptionProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldLevelEncryptionProfile.Builder,FieldLevelEncryptionProfile>
A complex data type for field-level encryption profiles.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
FieldLevelEncryptionProfile.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static FieldLevelEncryptionProfile.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
FieldLevelEncryptionProfileConfig | 
fieldLevelEncryptionProfileConfig()
 A complex data type that includes the profile name and the encryption entities for the field-level encryption
 profile. 
 | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
id()
 The ID for a field-level encryption profile 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 profile was updated. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends FieldLevelEncryptionProfile.Builder> | 
serializableBuilderClass()  | 
FieldLevelEncryptionProfile.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String id()
The ID for a field-level encryption profile 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 profile was updated.
public FieldLevelEncryptionProfileConfig fieldLevelEncryptionProfileConfig()
A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
public FieldLevelEncryptionProfile.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<FieldLevelEncryptionProfile.Builder,FieldLevelEncryptionProfile>public static FieldLevelEncryptionProfile.Builder builder()
public static Class<? extends FieldLevelEncryptionProfile.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.