Interface DecryptPrefixAccessor.DecryptPrefixBuilder<B extends DecryptPrefixAccessor.DecryptPrefixBuilder<B>>

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

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

    Modifier and Type Method Description
    B withDecryptPrefix​(String aDecryptPrefix)
    Sets the Decrypt-Prefix for the Decrypt-Prefix property.
  • Method Details

    • withDecryptPrefix

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