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