Class Processor

    • Method Detail

      • addKeys

        public final AddKeys addKeys()

        Use this parameter to include the addKeys processor in your transformer.

        Returns:
        Use this parameter to include the addKeys processor in your transformer.
      • copyValue

        public final CopyValue copyValue()

        Use this parameter to include the copyValue processor in your transformer.

        Returns:
        Use this parameter to include the copyValue processor in your transformer.
      • csv

        public final CSV csv()

        Use this parameter to include the CSV processor in your transformer.

        Returns:
        Use this parameter to include the CSV processor in your transformer.
      • deleteKeys

        public final DeleteKeys deleteKeys()

        Use this parameter to include the deleteKeys processor in your transformer.

        Returns:
        Use this parameter to include the deleteKeys processor in your transformer.
      • grok

        public final Grok grok()

        Use this parameter to include the grok processor in your transformer.

        Returns:
        Use this parameter to include the grok processor in your transformer.
      • listToMap

        public final ListToMap listToMap()

        Use this parameter to include the listToMap processor in your transformer.

        Returns:
        Use this parameter to include the listToMap processor in your transformer.
      • lowerCaseString

        public final LowerCaseString lowerCaseString()

        Use this parameter to include the lowerCaseString processor in your transformer.

        Returns:
        Use this parameter to include the lowerCaseString processor in your transformer.
      • moveKeys

        public final MoveKeys moveKeys()

        Use this parameter to include the moveKeys processor in your transformer.

        Returns:
        Use this parameter to include the moveKeys processor in your transformer.
      • parseCloudfront

        public final ParseCloudfront parseCloudfront()

        Use this parameter to include the parseCloudfront processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

        Returns:
        Use this parameter to include the parseCloudfront processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

      • parseJSON

        public final ParseJSON parseJSON()

        Use this parameter to include the parseJSON processor in your transformer.

        Returns:
        Use this parameter to include the parseJSON processor in your transformer.
      • parseKeyValue

        public final ParseKeyValue parseKeyValue()

        Use this parameter to include the parseKeyValue processor in your transformer.

        Returns:
        Use this parameter to include the parseKeyValue processor in your transformer.
      • parseRoute53

        public final ParseRoute53 parseRoute53()

        Use this parameter to include the parseRoute53 processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

        Returns:
        Use this parameter to include the parseRoute53 processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

      • parsePostgres

        public final ParsePostgres parsePostgres()

        Use this parameter to include the parsePostGres processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

        Returns:
        Use this parameter to include the parsePostGres processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

      • parseVPC

        public final ParseVPC parseVPC()

        Use this parameter to include the parseVPC processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

        Returns:
        Use this parameter to include the parseVPC processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

      • parseWAF

        public final ParseWAF parseWAF()

        Use this parameter to include the parseWAF processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

        Returns:
        Use this parameter to include the parseWAF processor in your transformer.

        If you use this processor, it must be the first processor in your transformer.

      • renameKeys

        public final RenameKeys renameKeys()

        Use this parameter to include the renameKeys processor in your transformer.

        Returns:
        Use this parameter to include the renameKeys processor in your transformer.
      • splitString

        public final SplitString splitString()

        Use this parameter to include the splitString processor in your transformer.

        Returns:
        Use this parameter to include the splitString processor in your transformer.
      • trimString

        public final TrimString trimString()

        Use this parameter to include the trimString processor in your transformer.

        Returns:
        Use this parameter to include the trimString processor in your transformer.
      • typeConverter

        public final TypeConverter typeConverter()

        Use this parameter to include the typeConverter processor in your transformer.

        Returns:
        Use this parameter to include the typeConverter processor in your transformer.
      • upperCaseString

        public final UpperCaseString upperCaseString()

        Use this parameter to include the upperCaseString processor in your transformer.

        Returns:
        Use this parameter to include the upperCaseString processor in your transformer.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)