Interface ContentTypeProfiles.Builder

    • Method Detail

      • quantity

        ContentTypeProfiles.Builder quantity​(Integer quantity)

        The number of field-level encryption content type-profile mappings.

        Parameters:
        quantity - The number of field-level encryption content type-profile mappings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ContentTypeProfiles.Builder items​(Collection<ContentTypeProfile> items)

        Items in a field-level encryption content type-profile mapping.

        Parameters:
        items - Items in a field-level encryption content type-profile mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ContentTypeProfiles.Builder items​(ContentTypeProfile... items)

        Items in a field-level encryption content type-profile mapping.

        Parameters:
        items - Items in a field-level encryption content type-profile mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.