Class EncryptionEntity
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<EncryptionEntity.Builder,EncryptionEntity> 
Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionEntity.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final FieldPatternsField patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe provider associated with the public key being used for encryption.final StringThe public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.static Class<? extends EncryptionEntity.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
publicKeyId
The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
- Returns:
 - The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
 
 - 
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.
- Returns:
 - 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.
 
 - 
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.
- Returns:
 - 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.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<EncryptionEntity.Builder,EncryptionEntity> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -