Uses of Interface
software.amazon.awssdk.services.cloudfront.model.EncryptionEntity.Builder
Packages that use EncryptionEntity.Builder
-
Uses of EncryptionEntity.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return EncryptionEntity.BuilderModifier and TypeMethodDescriptionstatic EncryptionEntity.BuilderEncryptionEntity.builder()default EncryptionEntity.BuilderEncryptionEntity.Builder.fieldPatterns(Consumer<FieldPatterns.Builder> fieldPatterns) Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.EncryptionEntity.Builder.fieldPatterns(FieldPatterns fieldPatterns) Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.EncryptionEntity.Builder.providerId(String providerId) The provider associated with the public key being used for encryption.EncryptionEntity.Builder.publicKeyId(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.EncryptionEntity.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type EncryptionEntity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EncryptionEntity.Builder>EncryptionEntity.serializableBuilderClass()