| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionEntity.Builder |
EncryptionEntity.builder() |
default EncryptionEntity.Builder |
EncryptionEntity.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 |
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 |
EncryptionEntity.Builder.providerId(String providerId)
The provider associated with the public key being used for encryption.
|
EncryptionEntity.Builder |
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.Builder |
EncryptionEntity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionEntity.Builder> |
EncryptionEntity.serializableBuilderClass() |
Copyright © 2021. All rights reserved.