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 Detail

      • withDecryptPrefix

        B withDecryptPrefix​(java.lang.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.