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) 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>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
- Specified by:
toBuilderin interfaceToCopyableBuilder<EncryptionEntity.Builder,EncryptionEntity>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-