Interface EncryptPrefixAccessor.EncryptPrefixBuilder<B extends EncryptPrefixAccessor.EncryptPrefixBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
EncryptPrefixAccessor

public static interface EncryptPrefixAccessor.EncryptPrefixBuilder<B extends EncryptPrefixAccessor.EncryptPrefixBuilder<B>>
Provides a builder method for a Encrypt-Prefix property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withEncryptPrefix​(String aEncryptPrefix)
    Sets the Encrypt-Prefix for the Encrypt-Prefix property.
  • Method Details

    • withEncryptPrefix

      B withEncryptPrefix​(String aEncryptPrefix)
      Sets the Encrypt-Prefix for the Encrypt-Prefix property.
      Parameters:
      aEncryptPrefix - The Encrypt-Prefix to be stored by the Encrypt-Prefix property.
      Returns:
      The builder for applying multiple build operations.