| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ContentTypeProfileConfig.Builder |
ContentTypeProfileConfig.builder() |
default ContentTypeProfileConfig.Builder |
ContentTypeProfileConfig.Builder.contentTypeProfiles(Consumer<ContentTypeProfiles.Builder> contentTypeProfiles)
The configuration for a field-level encryption content type-profile.
|
ContentTypeProfileConfig.Builder |
ContentTypeProfileConfig.Builder.contentTypeProfiles(ContentTypeProfiles contentTypeProfiles)
The configuration for a field-level encryption content type-profile.
|
ContentTypeProfileConfig.Builder |
ContentTypeProfileConfig.Builder.forwardWhenContentTypeIsUnknown(Boolean forwardWhenContentTypeIsUnknown)
The setting in a field-level encryption content type-profile mapping that specifies what to do when an
unknown content type is provided for the profile.
|
ContentTypeProfileConfig.Builder |
ContentTypeProfileConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContentTypeProfileConfig.Builder> |
ContentTypeProfileConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default FieldLevelEncryptionSummary.Builder |
FieldLevelEncryptionSummary.Builder.contentTypeProfileConfig(Consumer<ContentTypeProfileConfig.Builder> contentTypeProfileConfig)
A summary of a content type-profile mapping.
|
Copyright © 2021. All rights reserved.