Interface KeyBuilder.Build

    • Method Detail

      • build

        Key build()
        Build a Key from this builder.
        Returns:
        the Key built from this builder
      • timestamp

        KeyBuilder.Build timestamp​(long timestamp)
        Change the timestamp of the Key created.
        Parameters:
        timestamp - the timestamp to use for the Key
        Returns:
        this builder
      • deleted

        KeyBuilder.Build deleted​(boolean deleted)
        Set the deleted marker of the Key to the parameter.
        Parameters:
        deleted - if the Key should be marked as deleted or not
        Returns:
        this builder