@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
Profile name for the field-level encryption profile.
public String callerReference()
A unique number that ensures that the request can't be replayed.
public String comment()
An optional comment for the field-level encryption profile.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FieldLevelEncryptionProfileConfig.Builder,FieldLevelEncryptionProfileConfig>
public static FieldLevelEncryptionProfileConfig.Builder builder()
public static Class<? extends FieldLevelEncryptionProfileConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.