@Generated(value="software.amazon.awssdk:codegen") public final class EncryptionEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionEntity.Builder,EncryptionEntity>
Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.
Modifier and Type | Class and Description |
---|---|
static interface |
EncryptionEntity.Builder |
Modifier and Type | Method and Description |
---|---|
static EncryptionEntity.Builder |
builder() |
boolean |
equals(Object obj) |
FieldPatterns |
fieldPatterns()
Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
providerId()
The provider associated with the public key being used for encryption.
|
String |
publicKeyId()
The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields
that match the patterns.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EncryptionEntity.Builder> |
serializableBuilderClass() |
EncryptionEntity.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 publicKeyId()
The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
public String providerId()
The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.
public FieldPatterns fieldPatterns()
Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.
public EncryptionEntity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EncryptionEntity.Builder,EncryptionEntity>
public static EncryptionEntity.Builder builder()
public static Class<? extends EncryptionEntity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.