Interface EncryptionEntities.Builder

    • Method Detail

      • quantity

        EncryptionEntities.Builder quantity​(Integer quantity)

        Number of field pattern items in a field-level encryption content type-profile mapping.

        Parameters:
        quantity - Number of field pattern 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

        EncryptionEntities.Builder items​(Collection<EncryptionEntity> items)

        An array of field patterns in a field-level encryption content type-profile mapping.

        Parameters:
        items - An array of field patterns 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

        EncryptionEntities.Builder items​(EncryptionEntity... items)

        An array of field patterns in a field-level encryption content type-profile mapping.

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