public static interface ContentTypeProfiles.Builder extends SdkPojo, CopyableBuilder<ContentTypeProfiles.Builder,ContentTypeProfiles>
| Modifier and Type | Method and Description |
|---|---|
ContentTypeProfiles.Builder |
items(Collection<ContentTypeProfile> items)
Items in a field-level encryption content type-profile mapping.
|
ContentTypeProfiles.Builder |
items(Consumer<ContentTypeProfile.Builder>... items)
Items in a field-level encryption content type-profile mapping.
|
ContentTypeProfiles.Builder |
items(ContentTypeProfile... items)
Items in a field-level encryption content type-profile mapping.
|
ContentTypeProfiles.Builder |
quantity(Integer quantity)
The number of field-level encryption content type-profile mappings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContentTypeProfiles.Builder quantity(Integer quantity)
The number of field-level encryption content type-profile mappings.
quantity - The number of field-level encryption content type-profile mappings.ContentTypeProfiles.Builder items(Collection<ContentTypeProfile> items)
Items in a field-level encryption content type-profile mapping.
items - Items in a field-level encryption content type-profile mapping.ContentTypeProfiles.Builder items(ContentTypeProfile... items)
Items in a field-level encryption content type-profile mapping.
items - Items in a field-level encryption content type-profile mapping.ContentTypeProfiles.Builder items(Consumer<ContentTypeProfile.Builder>... items)
Items in a field-level encryption content type-profile mapping.
This is a convenience method that creates an instance of theContentTypeProfile.Builder avoiding the need to
create one manually via ContentTypeProfile.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
ContentTypeProfile.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.