Package | Description |
---|---|
software.amazon.awssdk.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
static FieldLevelEncryptionConfig.Builder |
FieldLevelEncryptionConfig.builder() |
FieldLevelEncryptionConfig.Builder |
FieldLevelEncryptionConfig.Builder.callerReference(String callerReference)
A unique number that ensures the request can't be replayed.
|
FieldLevelEncryptionConfig.Builder |
FieldLevelEncryptionConfig.Builder.comment(String comment)
An optional comment about the configuration.
|
default FieldLevelEncryptionConfig.Builder |
FieldLevelEncryptionConfig.Builder.contentTypeProfileConfig(Consumer<ContentTypeProfileConfig.Builder> contentTypeProfileConfig)
A complex data type that specifies when to forward content if a content type isn't recognized and profiles to
use as by default in a request if a query argument doesn't specify a profile to use.
|
FieldLevelEncryptionConfig.Builder |
FieldLevelEncryptionConfig.Builder.contentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)
A complex data type that specifies when to forward content if a content type isn't recognized and profiles to
use as by default in a request if a query argument doesn't specify a profile to use.
|
default FieldLevelEncryptionConfig.Builder |
FieldLevelEncryptionConfig.Builder.queryArgProfileConfig(Consumer<QueryArgProfileConfig.Builder> queryArgProfileConfig)
A complex data type that specifies when to forward content if a profile isn't found and the profile that can
be provided as a query argument in a request.
|
FieldLevelEncryptionConfig.Builder |
FieldLevelEncryptionConfig.Builder.queryArgProfileConfig(QueryArgProfileConfig queryArgProfileConfig)
A complex data type that specifies when to forward content if a profile isn't found and the profile that can
be provided as a query argument in a request.
|
FieldLevelEncryptionConfig.Builder |
FieldLevelEncryptionConfig.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends FieldLevelEncryptionConfig.Builder> |
FieldLevelEncryptionConfig.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default GetFieldLevelEncryptionConfigResponse.Builder |
GetFieldLevelEncryptionConfigResponse.Builder.fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
Return the field-level encryption configuration information.
|
default UpdateFieldLevelEncryptionConfigRequest.Builder |
UpdateFieldLevelEncryptionConfigRequest.Builder.fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
Request to update a field-level encryption configuration.
|
default CreateFieldLevelEncryptionConfigRequest.Builder |
CreateFieldLevelEncryptionConfigRequest.Builder.fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
The request to create a new field-level encryption configuration.
|
default FieldLevelEncryption.Builder |
FieldLevelEncryption.Builder.fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
A complex data type that includes the profile configurations specified for field-level encryption.
|
Copyright © 2021. All rights reserved.