@Generated(value="software.amazon.awssdk:codegen") public final class FieldLevelEncryptionProfileConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldLevelEncryptionProfileConfig.Builder,FieldLevelEncryptionProfileConfig>
A complex data type of profiles for the field-level encryption.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FieldLevelEncryptionProfileConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FieldLevelEncryptionProfileConfig.Builder |
builder() |
String |
callerReference()
A unique number that ensures that the request can't be replayed.
|
String |
comment()
An optional comment for the field-level encryption profile.
|
EncryptionEntities |
encryptionEntities()
A complex data type of encryption entities for the field-level encryption profile that include the public key ID,
provider, and field patterns for specifying which fields to encrypt with this key.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Profile name for the field-level encryption profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FieldLevelEncryptionProfileConfig.Builder> |
serializableBuilderClass() |
FieldLevelEncryptionProfileConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Profile name for the field-level encryption profile.
public final String callerReference()
A unique number that ensures that the request can't be replayed.
public final String comment()
An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.
public final EncryptionEntities encryptionEntities()
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
public FieldLevelEncryptionProfileConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FieldLevelEncryptionProfileConfig.Builder,FieldLevelEncryptionProfileConfig>public static FieldLevelEncryptionProfileConfig.Builder builder()
public static Class<? extends FieldLevelEncryptionProfileConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.