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 SummaryNested Classes
- 
Method SummaryModifier 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.ToCopyableBuildercopy
- 
Method Details- 
publicKeyIdThe 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.
 
- 
providerIdThe 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.
 
- 
fieldPatternsField 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.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<EncryptionEntity.Builder,- EncryptionEntity> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription 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 interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-