Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ContentTypeProfiles.Builder
-
Packages that use ContentTypeProfiles.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ContentTypeProfiles.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ContentTypeProfiles.Builder Modifier and Type Method Description static ContentTypeProfiles.BuilderContentTypeProfiles. builder()ContentTypeProfiles.BuilderContentTypeProfiles.Builder. items(Collection<ContentTypeProfile> items)Items in a field-level encryption content type-profile mapping.ContentTypeProfiles.BuilderContentTypeProfiles.Builder. items(Consumer<ContentTypeProfile.Builder>... items)Items in a field-level encryption content type-profile mapping.ContentTypeProfiles.BuilderContentTypeProfiles.Builder. items(ContentTypeProfile... items)Items in a field-level encryption content type-profile mapping.ContentTypeProfiles.BuilderContentTypeProfiles.Builder. quantity(Integer quantity)The number of field-level encryption content type-profile mappings.ContentTypeProfiles.BuilderContentTypeProfiles. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ContentTypeProfiles.Builder Modifier and Type Method Description static Class<? extends ContentTypeProfiles.Builder>ContentTypeProfiles. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ContentTypeProfiles.Builder Modifier and Type Method Description default ContentTypeProfileConfig.BuilderContentTypeProfileConfig.Builder. contentTypeProfiles(Consumer<ContentTypeProfiles.Builder> contentTypeProfiles)The configuration for a field-level encryption content type-profile.
-