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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) Copyright © 2021. All rights reserved.