Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ContentTypeProfileConfig.Builder
-
Packages that use ContentTypeProfileConfig.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ContentTypeProfileConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ContentTypeProfileConfig.Builder Modifier and Type Method Description static ContentTypeProfileConfig.BuilderContentTypeProfileConfig. builder()default ContentTypeProfileConfig.BuilderContentTypeProfileConfig.Builder. contentTypeProfiles(Consumer<ContentTypeProfiles.Builder> contentTypeProfiles)The configuration for a field-level encryption content type-profile.ContentTypeProfileConfig.BuilderContentTypeProfileConfig.Builder. contentTypeProfiles(ContentTypeProfiles contentTypeProfiles)The configuration for a field-level encryption content type-profile.ContentTypeProfileConfig.BuilderContentTypeProfileConfig.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.BuilderContentTypeProfileConfig. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ContentTypeProfileConfig.Builder Modifier and Type Method Description static Class<? extends ContentTypeProfileConfig.Builder>ContentTypeProfileConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ContentTypeProfileConfig.Builder Modifier and Type Method Description default FieldLevelEncryptionConfig.BuilderFieldLevelEncryptionConfig.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.BuilderFieldLevelEncryptionSummary.Builder. contentTypeProfileConfig(Consumer<ContentTypeProfileConfig.Builder> contentTypeProfileConfig)A summary of a content type-profile mapping.
-